Class ProcessEngineInfoImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessEngineInfoImpl​(java.lang.String name, java.lang.String resourceUrl, java.lang.String exception)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getException()
      Returns the exception stacktrace in case an exception occurred while initializing the engine.
      java.lang.String getName()
      Returns the name of the process engine.
      java.lang.String getResourceUrl()
      Returns the resources the engine was configured from.
      • Methods inherited from class java.lang.Object

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

      • ProcessEngineInfoImpl

        public ProcessEngineInfoImpl​(java.lang.String name,
                                     java.lang.String resourceUrl,
                                     java.lang.String exception)
    • Method Detail

      • getException

        public java.lang.String getException()
        Description copied from interface: ProcessEngineInfo
        Returns the exception stacktrace in case an exception occurred while initializing the engine. When no exception occured, null is returned.
        Specified by:
        getException in interface ProcessEngineInfo