| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.orange.util.BackingStoreException
This exception is thrown when condition occurred
| Constructor Summary | |
BackingStoreException(Throwable someRootCause)Constructs an Exception with a detailed message. | |
BackingStoreException(String someMessage, Throwable someRootCause) | |
BackingStoreException(String someMessage) | |
| Method Summary | |
Throwable | getNestedThrowable() |
void | printStackTrace(PrintStream s) |
void | printStackTrace(PrintWriter w) |
String | toString() |
| Methods inherited from class java.lang.Throwable |
getMessage, getLocalizedMessage, printStackTrace, fillInStackTrace |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BackingStoreException(Throwable someRootCause)
public BackingStoreException(String someMessage, Throwable someRootCause)
public BackingStoreException(String someMessage)
| Method Detail |
public Throwable getNestedThrowable()
public void printStackTrace(PrintStream s)
public void printStackTrace(PrintWriter w)
public String toString()
| Association Links |
| Dependency Links |
to Class org.orange.util.NestedException
to Class java.lang.Throwable
to Class java.lang.String
to Class java.lang.StringBuffer
to Class java.io.PrintStream
to Class org.orange.util.NestedException.Helper
to Class java.io.PrintWriter
to Class Diagram org.orange.util
to Class Diagram org.orange
to Class Diagram org
to Class Diagram <default>
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||