Package de.stefanfrings.utils
Class XMLParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.stefanfrings.utils.XMLParseException
-
- All Implemented Interfaces:
Serializable
public class XMLParseException extends Exception
Indicates a problem parsing an XML document- Author:
- Stefan Frings, http://stefanfrings.de/javautils
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XMLParseException
public XMLParseException(String msg, Throwable cause, String name, Integer line, Integer column)
Constructor with message text and cause- Parameters:
msg
- Message textcause
- Cause of the problemname
- mbolic name of the XML documentline
- Line number where the error occuredcolumn
- Column number where the error occure
-
-