Class RuleSetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.lirmm.graphik.integraal.api.core.RuleSetException
All Implemented Interfaces:
Serializable

public class RuleSetException extends Exception
Exception thrown when iterating over or mutating a rule set fails.
Author:
Clément Sipieter (INRIA) <clement@6pi.fr>
See Also:
  • Constructor Details

    • RuleSetException

      public RuleSetException(String message, Throwable cause)
      Creates an exception with a message and a cause.
      Parameters:
      message - the error message
      cause - the underlying cause
    • RuleSetException

      public RuleSetException(String message)
      Creates an exception with a message.
      Parameters:
      message - the error message
    • RuleSetException

      public RuleSetException(Throwable e)
      Creates an exception from a cause.
      Parameters:
      e - the underlying cause