Class XMLException

    • Constructor Detail

      • XMLException

        public XMLException​(java.lang.String message,
                            java.lang.Throwable cause,
                            int errorCode,
                            java.lang.Object caller)
        Instantiates a new Xml exception.
        Parameters:
        message - the message
        cause - the cause
        errorCode - the error code
        caller - the caller
      • XMLException

        public XMLException​(java.lang.Throwable cause,
                            int lineNumber,
                            int colNumber)
        Instantiates a new Xml exception.
        Parameters:
        cause - the cause
        lineNumber - the line number
        colNumber - the col number
      • XMLException

        public XMLException​(java.lang.Throwable cause)
        Instantiates a new Xml exception.
        Parameters:
        cause - the cause