Class RuleEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.palladiosimulator.somox.analyzer.rules.main.RuleEngineException
All Implemented Interfaces:
Serializable

public class RuleEngineException extends Exception
A general exception for the rule engine.
See Also:
  • Constructor Details

    • RuleEngineException

      public RuleEngineException(String message)
    • RuleEngineException

      public RuleEngineException(String message, Throwable cause)