Package org.xbill.DNS

Class TextParseException

All Implemented Interfaces:
Serializable

public class TextParseException extends IOException
An exception thrown when unable to parse text.
Author:
Brian Wellington
See Also:
  • Constructor Details

    • TextParseException

      public TextParseException()
    • TextParseException

      public TextParseException(String s)
    • TextParseException

      public TextParseException(String name, String message)
      Create an instance with preformatted message.
      Since:
      3.5
    • TextParseException

      public TextParseException(String name, String message, Exception inner)
      Create an instance with preformatted message and inner exception.
      Since:
      3.5