de.jstacs
Class NonParsableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.jstacs.NonParsableException
- All Implemented Interfaces:
- Serializable
public class NonParsableException
- extends Exception
A NonParsable exception is thrown if some object could not be restored from a StringBuffer.
- Author:
- Jan Grau, Jens Keilwagen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NonParsableException
public NonParsableException()
- Creates a new NonParsableException with standard message ("StringBuffer not parsable.").
NonParsableException
public NonParsableException(String message)
- Creates a new NonParsableException with your own
message
.
- Parameters:
message
- the message