Class InvalidRulesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.smithy.rulesengine.language.error.InvalidRulesException
All Implemented Interfaces:
Serializable, FromSourceLocation

public final class InvalidRulesException extends RuntimeException implements FromSourceLocation
Exception thrown when a rule-set is invalid.
See Also: