dori.jasper.engine
Class JRException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydori.jasper.engine.JRException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JRExpressionEvalException, JRScriptletException

public class JRException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
JRException(java.lang.String message)
           
JRException(java.lang.String message, java.lang.Throwable e)
           
JRException(java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

JRException

public JRException(java.lang.String message)

JRException

public JRException(java.lang.Throwable e)

JRException

public JRException(java.lang.String message,
                   java.lang.Throwable e)
Method Detail

getCause

public java.lang.Throwable getCause()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream s)

printStackTrace

public void printStackTrace(java.io.PrintWriter s)


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.