java.util.UnknownFormatFlagsException
The unchecked exception will be thrown out if there is an unknown flag.
Summary
Public Constructors
Public Methods
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
UnknownFormatFlagsException(String f)
Constructs an UnknownFormatFlagsException with 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.