org.orange.util
Interface NestedException

All Known Implementing Classes:
ServiceException, BackingStoreException, DAOException

public interface NestedException

Interface implémentée par toutes les exceptions qui gèrent le chaînage.
Cette fonctionnalité sera disponible en standard dans le JDK 1.4 : il faudra
alors gérer le passage à l'utilisation de la fonctionnalité standard.

L'implémentation d'une NestedException spécifique peut se faire :


Method Summary
 ThrowablegetNestedThrowable()
           

Method Detail

getNestedThrowable

public Throwable getNestedThrowable()

Dependency Links

to Class java.lang.Throwable

to Class java.io.PrintStream

to Class java.io.PrintWriter

to Class java.lang.String

to Class javax.servlet.ServletException

to Class java.sql.SQLException