Class InvalidRulesException

    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidRulesException​(java.lang.String message, FromSourceLocation location)
      Constructs a new invalid rule exception with the given message and source location.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SourceLocation getSourceLocation()
      Gets the source location of a value.
      • 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 Detail

      • InvalidRulesException

        public InvalidRulesException​(java.lang.String message,
                                     FromSourceLocation location)
        Constructs a new invalid rule exception with the given message and source location.
        Parameters:
        message - the detail message.
        location - the location of the invalid rule.