Class XMLException

All Implemented Interfaces:
Serializable

public class XMLException extends PubServerException
The type Xml exception.
See Also:
  • Constructor Details

    • XMLException

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

      public XMLException(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(Throwable cause)
      Instantiates a new Xml exception.
      Parameters:
      cause - the cause