Uses of Class
org.orange.util.NestedException

Packages that use NestedException
org.orange.kicsa.service 
org.orange.util 
org.orange.util.integration 

Uses of NestedException in org.orange.kicsa.service
 

Classes in org.orange.kicsa.service that implement NestedException
class ServiceException
          This exception is thrown when condition occurred
 

Uses of NestedException in org.orange.util
 

Classes in org.orange.util that implement NestedException
class BackingStoreException
          This exception is thrown when condition occurred
 

Methods in org.orange.util with parameters of type NestedException
static voidNestedException.Helper.printNestedStackTrace(PrintStream s, NestedException ne)
          
static voidNestedException.Helper.printNestedStackTrace(PrintWriter w, NestedException ne)
          
static StringNestedException.Helper.toString(NestedException ne, String superToString)
          
 

Uses of NestedException in org.orange.util.integration
 

Classes in org.orange.util.integration that implement NestedException
class DAOException