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:
java.io.Serializable
public class UndeclaredThrowableException extends java.lang.RuntimeException
The equivalent of JDK 1.3 UndeclaredThrowableException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndeclaredThrowableException(java.lang.String message, java.lang.Throwable t)
UndeclaredThrowableException(java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getUndeclaredThrowable()
-