Class ASMXMLReaderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ASMXMLReaderException
    extends org.xml.sax.SAXParseException
    An ASM XML read exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ASMXMLReaderException​(java.lang.String message, java.lang.String publicId, java.lang.String systemId, int lineNumber, int columnNumber, java.lang.Exception e)
      Creates a new ASMXMLReaderException with the given parameters.
    • Method Summary

      • Methods inherited from class org.xml.sax.SAXParseException

        getColumnNumber, getLineNumber, getPublicId, getSystemId, toString
      • Methods inherited from class org.xml.sax.SAXException

        getCause, getException, getMessage
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ASMXMLReaderException

        public ASMXMLReaderException​(java.lang.String message,
                                     java.lang.String publicId,
                                     java.lang.String systemId,
                                     int lineNumber,
                                     int columnNumber,
                                     java.lang.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