com.atlassian.plugin.module
Class ModuleClassNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.plugin.PluginException
                  extended by com.atlassian.plugin.PluginParseException
                      extended by com.atlassian.plugin.module.ModuleClassNotFoundException
All Implemented Interfaces:
Serializable

public class ModuleClassNotFoundException
extends PluginParseException

If a module class could not be found

Since:
2.5
See Also:
Serialized Form

Constructor Summary
ModuleClassNotFoundException(String className, String pluginKey, String moduleKey, Exception ex, String errorMsg)
           
 
Method Summary
 String getClassName()
           
 String getMessage()
           
 String getModuleKey()
           
 String getPluginKey()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, 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

ModuleClassNotFoundException

public ModuleClassNotFoundException(String className,
                                    String pluginKey,
                                    String moduleKey,
                                    Exception ex,
                                    String errorMsg)
Method Detail

getClassName

public String getClassName()

getPluginKey

public String getPluginKey()

getModuleKey

public String getModuleKey()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2014 Atlassian. All rights reserved.