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 Details

    • UndeclaredThrowableException

      public UndeclaredThrowableException(Throwable t)
    • UndeclaredThrowableException

      public UndeclaredThrowableException(String message, Throwable t)
      Since:
      2.3.22
  • Method Details

    • getUndeclaredThrowable

      public Throwable getUndeclaredThrowable()