|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.proteios.core.BaseException
public class BaseException
This is the base class for exceptions in Proteios. All other exceptions defined by Proteios are subclasses of this one.
| Constructor Summary | |
|---|---|
BaseException()
Create a new BaseException object. |
|
BaseException(String message)
Create a new BaseException object with the specified
message |
|
BaseException(String message,
Throwable cause)
Create a new BaseException object with the
specified message |
|
BaseException(Throwable cause)
Create a new BaseException object acting as a
wrapper for another exception that caused the error. |
|
| 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 BaseException()
BaseException object.
public BaseException(String message)
BaseException object with the specified
message
message - The message to throw with the exception
public BaseException(String message,
Throwable cause)
BaseException object with the
specified message
message - The message to throw with the exceptioncause - The original exceptionpublic BaseException(Throwable cause)
BaseException object acting as a
wrapper for another exception that caused the error.
cause - The original exception
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||