Class EvaluationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.svvrl.goal.cmd.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends java.lang.Exception
An evaluation exception is thrown if there is a problem in evaluating a command-line statement or expression.
Author:
Ming-Hsien Tsai
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    EvaluationException()
    Constructor.
    EvaluationException​(java.lang.String msg)
    Constructs this exception with a message.
    EvaluationException​(java.lang.Throwable e)
    Constructs this exception with a root cause of the exception.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • EvaluationException

      public EvaluationException()
      Constructor.
    • EvaluationException

      public EvaluationException​(java.lang.String msg)
      Constructs this exception with a message.
      Parameters:
      msg - a message
    • EvaluationException

      public EvaluationException​(java.lang.Throwable e)
      Constructs this exception with a root cause of the exception.
      Parameters:
      e - a root cause of the exception