Build 1.0_r1(from source)

java.util
Class UnknownFormatFlagsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by java.util.IllegalFormatException
                      extended by java.util.UnknownFormatFlagsException
All Implemented Interfaces:
Serializable

public class UnknownFormatFlagsException
extends IllegalFormatException

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

See Also:
Serialized Form

Constructor Summary
UnknownFormatFlagsException(String f)
          Constructs an UnknownFormatFlagsException with the specified flags.
 
Method Summary
 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
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownFormatFlagsException

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

Parameters:
f - The specified flags.
Method Detail

getFlags

public String getFlags()
Returns the flags associated with the exception.

Returns:
The flags associated with the exception.

getMessage

public String getMessage()
Returns the message associated with the exception.

Overrides:
getMessage in class Throwable
Returns:
The message associated with the exception.

Build 1.0_r1(from source)

Please submit a feedback, bug or feature