Class DroolsInitializationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DroolsInitializationException
    extends java.lang.RuntimeException
    DroolsInitializationException is used only internally to propagate initialization errors
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<ResultItem> getResults()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DroolsInitializationException

        public DroolsInitializationException​(java.lang.String message)
      • DroolsInitializationException

        public DroolsInitializationException​(java.lang.String message,
                                             java.lang.Throwable cause)
      • DroolsInitializationException

        public DroolsInitializationException​(java.util.Collection<ResultItem> results,
                                             java.lang.Throwable cause)
        the results from the building process
        Parameters:
        results - the collection of ResultItem
        cause - an optional cause
      • DroolsInitializationException

        public DroolsInitializationException​(java.util.Collection<ResultItem> results,
                                             java.lang.String message)
        the results from the building process
        Parameters:
        results - the collection of ResultItem
        message - reason of the exception
    • Method Detail

      • getResults

        public java.util.Collection<ResultItem> getResults()
        Returns:
        the results