|
|||||||||||
| 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
|
+--marf.util.MARFException
|
+--marf.Storage.StorageException
Class StorageException.
$Id: StorageException.java,v 1.6 2005/05/30 00:07:07 mokhov Exp $
| Field Summary |
| Fields inherited from class marf.util.MARFException |
strMessage |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
StorageException(java.lang.Exception poException)
Exception wrapper constructor. |
|
StorageException(java.lang.String pstrMessage)
Generic exception. |
|
| Method Summary | |
static java.lang.String |
getRevision()
Returns source code revision information. |
| Methods inherited from class marf.util.MARFException |
getMessage |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 StorageException(java.lang.String pstrMessage)
pstrMessage - Error message stringpublic StorageException(java.lang.Exception poException)
poException - Exception object to wrap| Method Detail |
public static java.lang.String getRevision()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||