Class RuleCompilerRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.ruleengineservices.compiler.RuleCompilerRuntimeException
All Implemented Interfaces:
Serializable

public class RuleCompilerRuntimeException extends RuntimeException
runtime exception class for compiler exceptions
See Also:
  • Constructor Details

    • RuleCompilerRuntimeException

      public RuleCompilerRuntimeException()
    • RuleCompilerRuntimeException

      public RuleCompilerRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • RuleCompilerRuntimeException

      public RuleCompilerRuntimeException(String message, Throwable cause)
    • RuleCompilerRuntimeException

      public RuleCompilerRuntimeException(String message)
    • RuleCompilerRuntimeException

      public RuleCompilerRuntimeException(Throwable cause)