freemarker.template.utility
Class UndeclaredThrowableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byfreemarker.template.utility.UndeclaredThrowableException
All Implemented Interfaces:
java.io.Serializable

public class UndeclaredThrowableException
extends java.lang.RuntimeException

The equivalent of JDK 1.3 UndeclaredThrowableException.

Version:
$Id: UndeclaredThrowableException.java,v 1.2 2003/09/17 13:30:05 szegedia Exp $
Author:
Attila Szegedi
See Also:
Serialized Form

Constructor Summary
UndeclaredThrowableException(java.lang.Throwable t)
           
 
Method Summary
 java.lang.Throwable getUndeclaredThrowable()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UndeclaredThrowableException

public UndeclaredThrowableException(java.lang.Throwable t)
Method Detail

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream ps)

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)

getUndeclaredThrowable

public java.lang.Throwable getUndeclaredThrowable()