|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.util.IllegalFormatException
java.util.UnknownFormatFlagsException
The unchecked exception will be thrown out if there is an unknown flag.
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.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnknownFormatFlagsException(java.lang.String f)
f
- The specified flags.Method Detail |
public java.lang.String getFlags()
public java.lang.String getMessage()
getMessage
in class Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |