| |||||||||
| 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.integration.DAOException
| Constructor Summary | |
DAOException(Throwable someRootCause) | |
DAOException(String someMessage, Throwable someRootCause) | |
DAOException(String someMessage) | |
| Method Summary | |
Throwable | getNestedThrowable() |
void | printStackTrace(java.io.PrintStream s) |
void | printStackTrace(java.io.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 DAOException(Throwable someRootCause)
public DAOException(String someMessage, Throwable someRootCause)
public DAOException(String someMessage)
| Method Detail |
public Throwable getNestedThrowable()
public void printStackTrace(java.io.PrintStream s)
public void printStackTrace(java.io.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.io.PrintStream
to Class org.orange.util.NestedException.Helper
to Class java.io.PrintWriter
to Class java.lang.StringBuffer
to Class java.sql.SQLException
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 | ||||||||