Class ChainedExceptionExamples
java.lang.Object
net.jrodolfo.java_evolution.java04.ChainedExceptionExamples
Demonstrates chained exceptions, standardized in J2SE 1.4.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidWraps a low-level checked exception while preserving it as the cause.
-
Constructor Details
-
ChainedExceptionExamples
public ChainedExceptionExamples()
-
-
Method Details
-
wrapWithCause
public void wrapWithCause()Wraps a low-level checked exception while preserving it as the cause.
-