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:
- Serializable, CascadingThrowable
public class ExpressionException
- extends IOException
- implements CascadingThrowable
- Version:
- $Id: ExpressionException.java 449189 2006-09-23 06:52:29Z crossley $
- 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
- Overrides:
getCause
in class Throwable
- Returns:
- the cause.
Copyright ? 1999-2007 The Apache Software Foundation. All Rights Reserved.