java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gersonworks.xml.util.XMLPropertiesException
- All Implemented Interfaces:
- java.io.Serializable
- public class XMLPropertiesException
- extends java.lang.RuntimeException
Thrown to indicate that a runtime error has occured if the
XMLProperties.getPropertyValue(key, index) method is used.
Copyright: Copyright (c) 21 January 2004
- Version:
- 1.0, 17 January 2004
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XMLPropertiesException
public XMLPropertiesException()
- Constructs an XMLProperties exception with no detailed message.
XMLPropertiesException
public XMLPropertiesException(java.lang.String msg)
- Constructs an XMLProperties exception with detailed message.