Class ClassLoadingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClassLoadingException
    extends ProcessEngineException
    Runtime exception indicating the requested class was not found or an error occurred while loading the class.
    Author:
    Frederik Heremans
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String className  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassLoadingException​(java.lang.String message, java.lang.String className, java.lang.Throwable cause)  
      ClassLoadingException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClassName()
      Returns the name of the class this exception is related to.
      • 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
    • Field Detail

      • className

        protected java.lang.String className
    • Constructor Detail

      • ClassLoadingException

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

        public ClassLoadingException​(java.lang.String message,
                                     java.lang.String className,
                                     java.lang.Throwable cause)
    • Method Detail

      • getClassName

        public java.lang.String getClassName()
        Returns the name of the class this exception is related to.