Class DroolsInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.ruleengine.exception.DroolsInitializationException
- All Implemented Interfaces:
Serializable
DroolsInitializationException is used only internally to propagate initialization errors
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDroolsInitializationException(String message) DroolsInitializationException(String message, Throwable cause) DroolsInitializationException(Collection<ResultItem> results, String message) the results from the building processDroolsInitializationException(Collection<ResultItem> results, Throwable cause) the results from the building process -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DroolsInitializationException
-
DroolsInitializationException
-
DroolsInitializationException
the results from the building process- Parameters:
results- the collection ofResultItemcause- an optional cause
-
DroolsInitializationException
the results from the building process- Parameters:
results- the collection ofResultItemmessage- reason of the exception
-
-
Method Details
-
getResults
- Returns:
- the results
-