Class ASMXMLReaderException

All Implemented Interfaces:
Serializable

public class ASMXMLReaderException extends SAXParseException
An ASM XML read exception.
See Also:
  • Constructor Details

    • ASMXMLReaderException

      public ASMXMLReaderException(String message, String publicId, String systemId, int lineNumber, int columnNumber, Exception e)
      Creates a new ASMXMLReaderException with the given parameters.
      Parameters:
      message - the error message
      publicId - the public id
      systemId - the system id
      lineNumber - the error location line
      columnNumber - the error location column
      e - the exception