org.camunda.bpm.engine
Class ClassLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.engine.ProcessEngineException
                  extended by org.camunda.bpm.engine.ClassLoadingException
All Implemented Interfaces:
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
protected  String className
           
 
Constructor Summary
ClassLoadingException(String message, String className, Throwable cause)
           
ClassLoadingException(String message, Throwable cause)
           
 
Method Summary
 String getClassName()
          Returns the name of the class this exception is related to.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 String className
Constructor Detail

ClassLoadingException

public ClassLoadingException(String message,
                             Throwable cause)

ClassLoadingException

public ClassLoadingException(String message,
                             String className,
                             Throwable cause)
Method Detail

getClassName

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



Copyright © 2015 camunda services GmbH. All rights reserved.