com.braju.format
Class ParseErrorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.braju.format.ParseErrorException
- All Implemented Interfaces:
- java.io.Serializable
- public class ParseErrorException
- extends java.lang.RuntimeException
Exception thrown when there is an unexpected character or a syntax error in the
format string passed to a *printf method. Since this class extends java.lang.RuntimeException it does not have to be caught explicitly.
- See Also:
Format
,
Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParseErrorException
public ParseErrorException()
ParseErrorException
public ParseErrorException(java.lang.String msg)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Copyright 1997-2003, Henrik Bengtsson.