org.japano.el
Class ELException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.japano.el.ELException
All Implemented Interfaces:
java.io.Serializable

public class ELException
extends java.lang.RuntimeException

Version:
$Id: ELException.java,v 1.2 2005/09/27 21:30:50 fforw Exp $ SourceForge.net Logo
Author:
Sven Helmberger ( sven dot helmberger at gmx dot de )
See Also:
Serialized Form

Constructor Summary
ELException()
           
ELException(java.lang.String message)
           
ELException(java.lang.String message, java.lang.Throwable cause)
           
ELException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ELException

public ELException()

ELException

public ELException(java.lang.String message)

ELException

public ELException(java.lang.String message,
                   java.lang.Throwable cause)

ELException

public ELException(java.lang.Throwable cause)