Package Exceptions
Class XMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- Exceptions.XMLException
-
- All Implemented Interfaces:
java.io.Serializable
public class XMLException extends java.lang.Exception
Exception for when there is a problem with a xml file- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMLException()
Default constructorXMLException(java.lang.String msg)
Constructor that takes a messageXMLException(java.lang.String msg, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
XMLException
public XMLException()
Default constructor
-
XMLException
public XMLException(java.lang.String msg)
Constructor that takes a message- Parameters:
msg
- The message
-
XMLException
public XMLException(java.lang.String msg, java.lang.Throwable cause)
- Parameters:
msg
- The messagecause
- The cause
-
-