org.orange.util.integration
Class DAOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.orange.util.integration.DAOException

public class DAOException
extends Exception
implements NestedException

Author:
Jérôme Beau pour Orange (c) 2002
Version: 0.1, Initiale

Constructor Summary
DAOException(Throwable someRootCause)
           
DAOException(String someMessage, Throwable someRootCause)
           
DAOException(String someMessage)
           

Method Summary
 ThrowablegetNestedThrowable()
           
 voidprintStackTrace(java.io.PrintStream s)
           
 voidprintStackTrace(java.io.PrintWriter w)
           
 StringtoString()
           

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

DAOException

public DAOException(Throwable someRootCause)

DAOException

public DAOException(String someMessage, Throwable someRootCause)

DAOException

public DAOException(String someMessage)
Method Detail

getNestedThrowable

public Throwable getNestedThrowable()

printStackTrace

public void printStackTrace(java.io.PrintStream s)

printStackTrace

public void printStackTrace(java.io.PrintWriter w)

toString

public String toString()

Association Links

to Class java.lang.Throwable

Dependency Links

to Class java.lang.Exception

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>