Class ScopeException

All Implemented Interfaces:
Serializable

public class ScopeException extends ExpressionException
This exception represents any exception during parse or evaluation time with regard to scope boundaries.
Since:
6.0
Author:
F. van der Meer.
See Also:
  • Constructor Details

    • ScopeException

      public ScopeException(String message)
      Constructs the exception with a message explaining the reason of this exception.
      Parameters:
      message - The mandatory message of this exception.