Class ExpectationNotMetException

All Implemented Interfaces:
Serializable, FromSourceLocation

public class ExpectationNotMetException extends SourceException
Thrown by Node methods that expect a node to be of a particular type or to have a particular member.
See Also:
  • Constructor Details

    • ExpectationNotMetException

      public ExpectationNotMetException(String message, FromSourceLocation fromSourceLocation)