Class XMLException

All Implemented Interfaces:
Serializable

public class XMLException extends ApplicationException
This exception groups all the exceptions that can be raised managing an XMLTree, ie the IOException, SAXException or ParserConfigurationException
See Also:
  • Constructor Details

    • XMLException

      public XMLException(String msg, Exception e)
      Creates a new exception with the specified detail message passed as first parameter and exception cause passed as second one
      Parameters:
      msg - The error message attached to the exception
      e - The specific cause of this exception
    • XMLException

      public XMLException(Exception e)
      Creates the exception with the specified cause
      Parameters:
      e - The specific exception cause of this exception