public class TextParseException extends RuntimeException
Constructor and Description |
---|
TextParseException()
Constructs a new
TextParseException . |
TextParseException(String message)
Constructs a new
TextParseException with the specified message. |
TextParseException(String message,
Throwable cause)
Constructs a new
TextParseException with the specified message
and cause. |
TextParseException(Throwable cause)
Constructs a new
TextParseException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TextParseException()
TextParseException
.public TextParseException(String message)
TextParseException
with the specified message.message
- The exception messagepublic TextParseException(String message, Throwable cause)
TextParseException
with the specified message
and cause.message
- The exception messagecause
- The cause of this exceptionpublic TextParseException(Throwable cause)
TextParseException
with the specified cause.cause
- The cause of this exception