Android
java.util
public class

java.util.UnknownFormatFlagsException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.util.IllegalFormatException Serializable
java.util.UnknownFormatFlagsException

The unchecked exception will be thrown out if there is an unknown flag.

Summary

Public Constructors

            UnknownFormatFlagsException(String f)
Constructs an UnknownFormatFlagsException with the specified flags.

Public Methods

          String  getFlags()
Returns the flags associated with the exception.
          String  getMessage()
Returns the message associated with the exception.
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public UnknownFormatFlagsException(String f)

Constructs an UnknownFormatFlagsException with the specified flags.

Parameters

f The specified flags.

Public Methods

public String getFlags()

Returns the flags associated with the exception.

Returns

  • The flags associated with the exception.

public String getMessage()

Returns the message associated with the exception.

Returns

  • The message associated with the exception.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48