org.wamblee.xml
Class XMLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wamblee.xml.XMLException
- All Implemented Interfaces:
- Serializable
public class XMLException
- extends Exception
Exception thrown in case of XML parsing problems.
- Author:
- Erik Brakkee
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XMLException
public XMLException(String aMsg)
- Creates a new XMLException object.
XMLException
public XMLException(String aMsg,
Throwable aCause)
- Creates a new XMLException object.
Copyright © 2011. All Rights Reserved.