|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.cometway.props.PropsException
public class PropsException
This exception is thrown by com.cometway.props classes when there is a problem.
| Constructor Summary | |
|---|---|
PropsException(java.lang.String message)
Constructor for this exception. |
|
PropsException(java.lang.String message,
java.lang.Exception originalException)
Constructor for this exception. |
|
| Method Summary | |
|---|---|
java.lang.Exception |
getOriginalException()
Returns a reference to the orignal exception associated with this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 |
| Constructor Detail |
|---|
public PropsException(java.lang.String message)
message - Message associated with this exception.
public PropsException(java.lang.String message,
java.lang.Exception originalException)
message - Message associated with this exception.originalException - The original exception associated with this exception.| Method Detail |
|---|
public java.lang.Exception getOriginalException()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||