ariba.util.expr
Class MethodFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ariba.util.expr.ExprException
              extended by ariba.util.expr.MethodFailedException
All Implemented Interfaces:
java.io.Serializable

public class MethodFailedException
extends ExprException

Exception thrown if a method or constructor call fails.

Author:
Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
See Also:
Serialized Form

Constructor Summary
MethodFailedException(java.lang.Object source, java.lang.String name, java.lang.Throwable reason)
           
 
Method Summary
 
Methods inherited from class ariba.util.expr.ExprException
getEvaluation, setEvaluation
 
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

MethodFailedException

public MethodFailedException(java.lang.Object source,
                             java.lang.String name,
                             java.lang.Throwable reason)


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