|
|||||||||||
| 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.objectweb.perseus.fos.api.FosException
Defines the exception raised by all File Object Store related functions.
| Constructor Summary | |
FosException(java.lang.String errmsg)
Constructs an exception merely with an error message. |
|
FosException(java.lang.String errmsg,
java.lang.Exception e)
Constructs an exception with an error message and a nested exception. |
|
| Method Summary | |
java.lang.Exception |
getNestedException()
Returns the nested exception if any. |
| 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 FosException(java.lang.String errmsg)
errmsg - The error message.
public FosException(java.lang.String errmsg,
java.lang.Exception e)
errmsg - The error message.| Method Detail |
public java.lang.Exception getNestedException()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||