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
|
Method Summary |
String |
getFlags()
Returns the flags associated with the exception. |
String |
getMessage()
Returns the message associated with the exception. |
UnknownFormatFlagsException
public UnknownFormatFlagsException(String f)
- Constructs an UnknownFormatFlagsException with the specified flags.
- Parameters:
f - The specified flags.
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.
Please submit a feedback, bug or feature