com.atlassian.plugin.module
Class ModuleClassNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.plugin.PluginException
com.atlassian.plugin.PluginParseException
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)
|
| 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 |
ModuleClassNotFoundException
public ModuleClassNotFoundException(java.lang.String className,
java.lang.String pluginKey,
java.lang.String moduleKey,
java.lang.Exception ex,
java.lang.String errorMsg)
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 © 2012 Atlassian. All Rights Reserved.