Class RuleCompilerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.ruleengineservices.compiler.RuleCompilerException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
RuleSourceCodeTranslatorNotFoundException
public class RuleCompilerException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuleCompilerException()RuleCompilerException(java.lang.String message)RuleCompilerException(java.lang.String message, java.lang.Throwable cause)RuleCompilerException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
RuleCompilerException
public RuleCompilerException()
-
RuleCompilerException
public RuleCompilerException(java.lang.String message)
-
RuleCompilerException
public RuleCompilerException(java.lang.Throwable cause)
-
RuleCompilerException
public RuleCompilerException(java.lang.String message, java.lang.Throwable cause)
-
-