org.apache.beehive.netui.script
Class RuntimeExpressionException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by RuntimeExpressionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalExpressionException

public abstract class RuntimeExpressionException
extends RuntimeException

Exception base class for all domain-specific RuntimeExceptions thrown by an ExpressionEvaluator.

See Also:
Serialized Form

Constructor Summary
RuntimeExpressionException()
           
RuntimeExpressionException(String message)
           
RuntimeExpressionException(String message, Throwable cause)
           
RuntimeExpressionException(Throwable cause)
           
 
Method Summary
 String getLocalizedMessage()
           
 void setLocalizedMessage(String localizedMessage)
           
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeExpressionException

public RuntimeExpressionException()

RuntimeExpressionException

public RuntimeExpressionException(String message)

RuntimeExpressionException

public RuntimeExpressionException(String message,
                                  Throwable cause)

RuntimeExpressionException

public RuntimeExpressionException(Throwable cause)
Method Detail

setLocalizedMessage

public void setLocalizedMessage(String localizedMessage)

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable