ua.gradsoft.javachecker.trace
Class InvokedEvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ua.gradsoft.javachecker.trace.EvaluationException
              extended by ua.gradsoft.javachecker.trace.InvokedEvaluationException
All Implemented Interfaces:
java.io.Serializable

public class InvokedEvaluationException
extends EvaluationException

When traced code throw this exception

Author:
rssh
See Also:
Serialized Form

Constructor Summary
InvokedEvaluationException(java.lang.Exception ex)
           
 
Method Summary
 
Methods inherited from class ua.gradsoft.javachecker.trace.EvaluationException
getCode
 
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

InvokedEvaluationException

public InvokedEvaluationException(java.lang.Exception ex)