java.util
Class UnknownFormatFlagsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.util.IllegalFormatException
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(java.lang.String f)
Constructs an UnknownFormatFlagsException with the specified flags. |
Method Summary |
java.lang.String |
getFlags()
Returns the flags associated with the exception. |
java.lang.String |
getMessage()
Returns the message associated with the exception. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnknownFormatFlagsException
public UnknownFormatFlagsException(java.lang.String f)
- Constructs an UnknownFormatFlagsException with the specified flags.
- Parameters:
f
- The specified flags.
getFlags
public java.lang.String getFlags()
- Returns the flags associated with the exception.
- Returns:
- The flags associated with the excepiton.
getMessage
public java.lang.String getMessage()
- Returns the message associated with the exception.
- Overrides:
getMessage
in class Throwable
- Returns:
- The message associated with the exception.