|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensubsystems.core.error.OSSException
public abstract class OSSException
Base class for all custom exceptions created in this project. All custom exceptions should be derived from this base class so that it is easy to separate exception handling for exception generated by our code from exceptions from other 3rd party components, java, etc.
| Constructor Summary | |
|---|---|
OSSException()
Create new exception |
|
OSSException(java.lang.String message)
Create new exception |
|
OSSException(java.lang.String message,
java.lang.Throwable cause)
Create new exception |
|
OSSException(java.lang.Throwable cause)
Create new exception |
|
| Method Summary |
|---|
| 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 OSSException()
public OSSException(java.lang.String message)
message - - message to display
public OSSException(java.lang.String message,
java.lang.Throwable cause)
message - - message to displaycause - - cause for errorpublic OSSException(java.lang.Throwable cause)
cause - - cause for error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||