Class ASMXMLReaderException

All Implemented Interfaces:
Serializable

public class ASMXMLReaderException extends SAXParseException
See Also:
  • Constructor Details

    • ASMXMLReaderException

      public ASMXMLReaderException(String message, Locator locator)
    • ASMXMLReaderException

      public ASMXMLReaderException(String message, Locator locator, Exception e)
    • ASMXMLReaderException

      public ASMXMLReaderException(String message, String publicId, String systemId, int lineNumber, int columnNumber)
    • ASMXMLReaderException

      public ASMXMLReaderException(String message, String publicId, String systemId, int lineNumber, int columnNumber, Exception e)