|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.cams.CamsException
CamsException represents an exceptional condition thrown from
within Cams that must be handled by application code.
| Constructor Summary | |
CamsException()
Create a new CamsException. |
|
CamsException(String message)
Create a new CamsException. |
|
CamsException(String message,
Throwable cause)
Create a new CamsException. |
|
CamsException(Throwable cause)
Create a new CamsException. |
|
| Methods inherited from class com.cafesoft.core.exception.NestedException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CamsException()
public CamsException(String message)
message - a textual message.public CamsException(Throwable cause)
cause - the cause of this Exception
public CamsException(String message,
Throwable cause)
message - a textual message.cause - the cause of this Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||