org.apache.cocoon.components.expression
Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.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
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.
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.