Class RuleCompilerRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.ruleengineservices.compiler.RuleCompilerRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class RuleCompilerRuntimeException extends java.lang.RuntimeExceptionruntime exception class for compiler exceptions- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuleCompilerRuntimeException()RuleCompilerRuntimeException(java.lang.String message)RuleCompilerRuntimeException(java.lang.String message, java.lang.Throwable cause)RuleCompilerRuntimeException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)RuleCompilerRuntimeException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
RuleCompilerRuntimeException
public RuleCompilerRuntimeException()
-
RuleCompilerRuntimeException
public RuleCompilerRuntimeException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
RuleCompilerRuntimeException
public RuleCompilerRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
RuleCompilerRuntimeException
public RuleCompilerRuntimeException(java.lang.String message)
-
RuleCompilerRuntimeException
public RuleCompilerRuntimeException(java.lang.Throwable cause)
-
-