|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception tribble.text.FormatException
Picture-string formatting exception.
PictureFormat
,
Serialized FormConstructor Summary | |
FormatException(PictureFormat fmt,
java.lang.String msg)
Constructor. |
Method Summary | |
PictureFormat |
getFormat()
Retrieve the picture-string format associated with this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FormatException(PictureFormat fmt, java.lang.String msg)
fmt
- Picture-string format associated with this exception.msg
- Error message.Method Detail |
public PictureFormat getFormat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |