de.jstacs.io
Class NonParsableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.jstacs.io.NonParsableException
All Implemented Interfaces:
Serializable

public class NonParsableException
extends Exception

A NonParsableException is thrown if some object could not be restored (parsed) from a StringBuffer.

Author:
Jan Grau, Jens Keilwagen
See Also:
Serialized Form

Constructor Summary
NonParsableException()
          Creates a new NonParsableException with standard error message ("StringBuffer not parsable.
NonParsableException(String message)
          Creates a new NonParsableException with given error message.
 
Method Summary
 
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

NonParsableException

public NonParsableException()
Creates a new NonParsableException with standard error message ("StringBuffer not parsable.").


NonParsableException

public NonParsableException(String message)
Creates a new NonParsableException with given error message.

Parameters:
message - the error message