ariba.util.fieldvalue
Class ExpressionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ariba.util.fieldvalue.ExpressionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExpressionEvaluatorException

public class ExpressionException
extends java.lang.RuntimeException

Represents an exceptional condition that has ocurred in some way related to Expressions.

See Also:
Serialized Form

Constructor Summary
ExpressionException()
           
ExpressionException(java.lang.String message)
           
ExpressionException(java.lang.String message, java.lang.Throwable cause)
           
ExpressionException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionException

public ExpressionException()

ExpressionException

public ExpressionException(java.lang.String message)

ExpressionException

public ExpressionException(java.lang.String message,
                           java.lang.Throwable cause)

ExpressionException

public ExpressionException(java.lang.Throwable cause)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.