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:
java.io.Serializable

public class ModuleClassNotFoundException
extends PluginParseException

If a module class could not be found

Since:
2.5
See Also:
Serialized Form

Constructor Summary
ModuleClassNotFoundException(java.lang.String className, java.lang.String pluginKey, java.lang.String moduleKey, java.lang.Exception ex, java.lang.String errorMsg)
           
 
Method Summary
 java.lang.String getClassName()
           
 java.lang.String getMessage()
           
 java.lang.String getModuleKey()
           
 java.lang.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(java.lang.String className,
                                    java.lang.String pluginKey,
                                    java.lang.String moduleKey,
                                    java.lang.Exception ex,
                                    java.lang.String errorMsg)
Method Detail

getClassName

public java.lang.String getClassName()

getPluginKey

public java.lang.String getPluginKey()

getModuleKey

public java.lang.String getModuleKey()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2013 Atlassian. All Rights Reserved.