|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChainedThrowable | |
org.enhydra.error |
org.enhydra.error provides Enhydra error handling support. |
org.enhydra.xml.dom |
org.enhydra.xml.dom provides various classes for operating on DOM's. |
org.enhydra.xml.io |
org.enhydra.xml.io provides input (parsing) and output (formatting) routines for XML and HTML. |
org.enhydra.xml.lazydom |
org.enhydra.xml.lazydom implements a DOM used for templates that is expanded in a lazy
manner. |
org.enhydra.xml.xmlc |
Uses of ChainedThrowable in org.enhydra.error |
Classes in org.enhydra.error that implement ChainedThrowable | |
class |
ChainedError
Error used as a base for creating an error that has a chain of exceptions that lead to the derived error. |
class |
ChainedException
Exception used as a base for creating an exception that has a chain of exceptions that lead to the derived exception. |
class |
ChainedRuntimeException
RuntimeException used as a base for creating an exception that has a chain of exceptions that lead to the derived exception. |
class |
FatalExceptionError
|
Methods in org.enhydra.error with parameters of type ChainedThrowable | |
static String |
ChainedThrowableSupport.getMessage(ChainedThrowable except,
String superMsg)
Get the message associated with this exception. |
static String |
ChainedThrowableSupport.getLocalizedMessage(ChainedThrowable except,
String superMsg)
Get the localhist message associated with this exception. |
static void |
ChainedThrowableSupport.printCauseTrace(ChainedThrowable except)
Prints stacktrace and cause stacktrace. |
static void |
ChainedThrowableSupport.printCauseTrace(ChainedThrowable except,
PrintStream s)
Prints stacktrace and cause stacktrace. |
static void |
ChainedThrowableSupport.printCauseTrace(ChainedThrowable except,
PrintWriter out)
Prints stacktrace and cause stacktrace. |
Uses of ChainedThrowable in org.enhydra.xml.dom |
Classes in org.enhydra.xml.dom that implement ChainedThrowable | |
class |
DOMError
Error for DOM methods. |
Uses of ChainedThrowable in org.enhydra.xml.io |
Classes in org.enhydra.xml.io that implement ChainedThrowable | |
class |
XMLIOError
Error for XML I/O. |
Uses of ChainedThrowable in org.enhydra.xml.lazydom |
Classes in org.enhydra.xml.lazydom that implement ChainedThrowable | |
class |
LazyDOMError
Fatal error detected by LazyDOM. |
Uses of ChainedThrowable in org.enhydra.xml.xmlc |
Classes in org.enhydra.xml.xmlc that implement ChainedThrowable | |
class |
XMLCError
Error for XMLC compiler and runtime. |
class |
XMLCException
Exception for XMLC compiler and runtime. |
class |
XMLCRuntimeException
Runtime exception for XMLC. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |