|
SMILA (incubation) API documentation | ||||||||
| 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.eclipse.smila.binarystorage.BinaryStorageException
public class BinaryStorageException
Base checked binary-storage application exceptions. All checked and intelligent exceptions must be warped to
BinaryStorageException.
| Constructor Summary | |
|---|---|
BinaryStorageException()
Default constructor |
|
BinaryStorageException(java.lang.Object[] oParam)
Creates a new BinaryStorageException with given parameters. |
|
BinaryStorageException(java.lang.String message)
Exception constructor with message. |
|
BinaryStorageException(java.lang.String message,
java.lang.Throwable t)
|
|
BinaryStorageException(java.lang.Throwable exception)
Creates a new BinaryStorageException wrapping another exception. |
|
BinaryStorageException(java.lang.Throwable exception,
java.lang.String message)
Creates a new BinaryStorageException wrapping another exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getException()
Gets the wrapped exception. |
java.lang.Object[] |
getParam()
|
java.lang.Throwable |
getRootCause()
Retrieves (recursively) the root cause exception. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryStorageException()
public BinaryStorageException(java.lang.String message)
message - public BinaryStorageException(java.lang.Throwable exception)
exception - the wrapped exception.
public BinaryStorageException(java.lang.Throwable exception,
java.lang.String message)
exception - message - public BinaryStorageException(java.lang.Object[] oParam)
_exception - the wrapped exception.
public BinaryStorageException(java.lang.String message,
java.lang.Throwable t)
string - e - | Method Detail |
|---|
public java.lang.Object[] getParam()
public java.lang.Throwable getException()
public java.lang.Throwable getRootCause()
public java.lang.String toString()
toString in class java.lang.Throwable
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||