Class RuleCompilerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.ruleengineservices.compiler.RuleCompilerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RuleSourceCodeTranslatorNotFoundException

public class RuleCompilerException extends RuntimeException
See Also:
  • Constructor Details

    • RuleCompilerException

      public RuleCompilerException()
    • RuleCompilerException

      public RuleCompilerException(String message)
    • RuleCompilerException

      public RuleCompilerException(Throwable cause)
    • RuleCompilerException

      public RuleCompilerException(String message, Throwable cause)