Package de.stefanfrings.utils
Class XMLParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.stefanfrings.utils.XMLParseException
- All Implemented Interfaces:
Serializable
Indicates a problem parsing an XML document
- Author:
- Stefan Frings, http://stefanfrings.de/javautils
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
line
Line number where the error occurred, may be null -
column
Column number where the error occurred, may be null -
name
Symbolic name of the XML document
-
-
Constructor Details
-
XMLParseException
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
-
XMLParseException
Constructor with message text- Parameters:
msg
- Message textname
- mbolic name of the XML documentline
- Line number where the error occuredcolumn
- Column number where the error occured
-