public class NonParsableException extends Exception
NonParsableException is thrown if some object could not be restored
(parsed) from a StringBuffer.| Constructor and Description |
|---|
NonParsableException()
Creates a new
NonParsableException with standard error message
("StringBuffer not parsable."). |
NonParsableException(String message)
Creates a new
NonParsableException with given error
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NonParsableException()
NonParsableException with standard error message
("StringBuffer not parsable.").public NonParsableException(String message)
NonParsableException with given error
message.message - the error message