Package org.xbill.DNS
Class TextParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.xbill.DNS.TextParseException
- All Implemented Interfaces:
Serializable
An exception thrown when unable to parse text.
- Author:
- Brian Wellington
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTextParseException(String name, String message) Create an instance with preformatted message.TextParseException(String name, String message, Exception inner) Create an instance with preformatted message and inner exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TextParseException
public TextParseException() -
TextParseException
-
TextParseException
Create an instance with preformatted message.- Since:
- 3.5
-
TextParseException
Create an instance with preformatted message and inner exception.- Since:
- 3.5
-