org.codehaus.aspectwerkz.exception
Class ExpressionException

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

Constructor Summary
ExpressionException(String message)
          Sets the message for the exception.
 
Method Summary
 
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-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.