org.codehaus.aspectwerkz.exception
Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.aspectwerkz.exception.ExpressionException
- All Implemented Interfaces:
- Serializable
- public class ExpressionException
- extends RuntimeException
Thrown when error in expression AST evaluation or creation.
- Author:
- Jonas Bonér
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExpressionException
public ExpressionException(String message)
- Sets the message for the exception.
- Parameters:
message
- the message
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.