org.codehaus.aspectwerkz.exception
Class ExpressionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.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

Constructor Summary
ExpressionException(String message)
          Sets the message for the exception.
 
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

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.