java.util
Class IllegalFormatFlagsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.util.IllegalFormatException
java.util.IllegalFormatFlagsException
- All Implemented Interfaces:
- Serializable
public class IllegalFormatFlagsException
- extends IllegalFormatException
- implements Serializable
The unchecked exception will be thrown out if the combination of the format
flags is illegal.
- See Also:
- Serialized Form
IllegalFormatFlagsException
public IllegalFormatFlagsException(String f)
- Constructs an IllegalFormatFlagsException with the specified flags.
- Parameters:
f - The specified flags.
getFlags
public String getFlags()
- Return the flags that are illegal.
- Returns:
- The flags that are illegal.
getMessage
public String getMessage()
- Return the message string of the IllegalFormatFlagsException.
- Overrides:
getMessage in class Throwable
- Returns:
- The message string of the IllegalFormatFlagsException.
Please submit a feedback, bug or feature