|
|||||||||
| Home >> All >> org >> apache >> slide >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.slide.common
Class PropertyParseException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.slide.common.SlideException
org.apache.slide.common.PropertyParseException
- All Implemented Interfaces:
- java.io.Serializable
- public class PropertyParseException
- extends SlideException
This exception is thrown if parsing a Property fails for any reason.
- Version:
- $Revision: 1.4 $
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
protected java.lang.Throwable |
cause
The exception that was the cause of this exception (may be null) |
| Fields inherited from class org.apache.slide.common.SlideException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
PropertyParseException(java.lang.String message)
Creates a PropertyParseException. |
|
PropertyParseException(java.lang.String message,
java.lang.Throwable cause)
Creates a PropertyParseException. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
Returns the exception that was the cause of this exception (may be null). |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
cause
protected java.lang.Throwable cause
- The exception that was the cause of this exception
(may be
null)
| Constructor Detail |
PropertyParseException
public PropertyParseException(java.lang.String message)
- Creates a PropertyParseException.
PropertyParseException
public PropertyParseException(java.lang.String message, java.lang.Throwable cause)
- Creates a PropertyParseException.
| Method Detail |
getCause
public java.lang.Throwable getCause()
- Returns the exception that was the cause of this exception
(may be
null).
|
|||||||||
| Home >> All >> org >> apache >> slide >> [ common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC