Package freemarker.template.utility
Class UndeclaredThrowableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- freemarker.template.utility.UndeclaredThrowableException
-
- All Implemented Interfaces:
Serializable
public class UndeclaredThrowableException extends RuntimeException
The equivalent of JDK 1.3 UndeclaredThrowableException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndeclaredThrowableException(String message, Throwable t)
UndeclaredThrowableException(Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getUndeclaredThrowable()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-