|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChainedThrowable | |
org.enhydra.error | |
org.enhydra.xml.dom | |
org.enhydra.xml.io | |
org.enhydra.xml.lazydom | This packages 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 java.lang.String |
ChainedThrowableSupport.getMessage(ChainedThrowable except,
java.lang.String superMsg)
Get the message associated with this exception. |
static java.lang.String |
ChainedThrowableSupport.getLocalizedMessage(ChainedThrowable except,
java.lang.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,
java.io.PrintStream s)
Prints stacktrace and cause stacktrace. |
static void |
ChainedThrowableSupport.printCauseTrace(ChainedThrowable except,
java.io.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 |