org.apache.cocoon.components.expression
Class ExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.cocoon.components.expression.ExpressionException
All Implemented Interfaces:
CascadingThrowable, Serializable

public class ExpressionException
extends IOException
implements CascadingThrowable

Version:
SVN $Id: ExpressionException.java 169483 2005-05-10 14:57:03Z lgawron $
See Also:
Serialized Form

Constructor Summary
ExpressionException(String message)
          Construct a new ExpressionException instance.
ExpressionException(String message, Throwable throwable)
          Construct a new ExpressionException instance.
 
Method Summary
 Throwable getCause()
          Retrieve the cause of the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ExpressionException

public ExpressionException(String message)
Construct a new ExpressionException instance.

Parameters:
message - the detail message for this exception.

ExpressionException

public ExpressionException(String message,
                           Throwable throwable)
Construct a new ExpressionException instance.

Parameters:
message - the detail message for this exception.
throwable - the root cause of the exception.
Method Detail

getCause

public final Throwable getCause()
Retrieve the cause of the exception.

Specified by:
getCause in interface CascadingThrowable
Returns:
the cause.


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.