|
|||||||||
| Home >> All >> com >> gersonworks >> xml >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.gersonworks.xml.util
Class XMLPropertiesFormatException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.gersonworks.xml.util.XMLPropertiesFormatException
- All Implemented Interfaces:
- java.io.Serializable
- public class XMLPropertiesFormatException
- extends org.xml.sax.SAXException
Thrown to indicate that an error has occured while the XMLProperties file is being parsed.
Copyright: Copyright (c) 21 January 2004
- Version:
- 1.0, 18 January 2004
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class org.xml.sax.SAXException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
XMLPropertiesFormatException(java.lang.Exception e)
Creates an XMLPropertiesFormatException which wraps an existing exception. |
|
XMLPropertiesFormatException(java.lang.String msg)
Creates an XMLPropertiesFormatException with a detailed message. |
|
XMLPropertiesFormatException(java.lang.String msg,
java.lang.Exception e)
Creates an XMLPropertiesFormatException with a detailed message and a wrapped exception. |
|
| Methods inherited from class org.xml.sax.SAXException |
getException, getMessage, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
XMLPropertiesFormatException
public XMLPropertiesFormatException(java.lang.Exception e)
- Creates an XMLPropertiesFormatException which wraps an existing exception.
XMLPropertiesFormatException
public XMLPropertiesFormatException(java.lang.String msg)
- Creates an XMLPropertiesFormatException with a detailed message.
XMLPropertiesFormatException
public XMLPropertiesFormatException(java.lang.String msg, java.lang.Exception e)
- Creates an XMLPropertiesFormatException with a detailed message and a
wrapped exception.
|
|||||||||
| Home >> All >> com >> gersonworks >> xml >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC