Class ScopeNotFoundException

All Implemented Interfaces:
Serializable

public class ScopeNotFoundException extends RuntimeException
Scope not found, thrown when child scope wasn't found.
See Also:
  • Field Details

  • Constructor Details

    • ScopeNotFoundException

      public ScopeNotFoundException(IScope scope, String childName)
      Create exception from given scope object and given child subscope
      Parameters:
      scope - Scope
      childName - Subscope name