org.moremotion.evaluator
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.moremotion.exception.MoreMotionException
              extended by org.moremotion.evaluator.EvaluationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MScriptFunctionException, ParsingException, RemoveInstructionException, SymbolResolvingException

public class EvaluationException
extends MoreMotionException

Version:
$Id: EvaluationException.java 51 2008-03-10 11:46:54Z erkan $
See Also:
Serialized Form

Constructor Summary
EvaluationException(java.lang.Exception rootCause)
           
EvaluationException(java.lang.String messsage)
           
EvaluationException(java.lang.String messsage, java.lang.String[] arguments, java.lang.Exception rootCause)
           
 
Method Summary
 
Methods inherited from class org.moremotion.exception.MoreMotionException
getArguments, getLocalizedMessage, getMessage, getOriginalSQLException, getResBundleName, getResourceMessage, getRootCause, printStackTrace, printStackTrace, printStackTrace, setResBundleName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluationException

public EvaluationException(java.lang.Exception rootCause)

EvaluationException

public EvaluationException(java.lang.String messsage)

EvaluationException

public EvaluationException(java.lang.String messsage,
                           java.lang.String[] arguments,
                           java.lang.Exception rootCause)


Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.