Class EvalFailedException

All Implemented Interfaces:
Serializable

public class EvalFailedException extends RuntimeException
This class is a generic unchecked exception raised during evaluating.
Author:
Yoko Harada <[email protected]>
See Also:
  • Constructor Details

    • EvalFailedException

      public EvalFailedException(Throwable cause)
    • EvalFailedException

      public EvalFailedException(String message, Throwable cause)