public class

ModuleClassNotFoundException

extends PluginParseException
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

Class Overview

If a module class could not be found

Summary

Public Constructors
ModuleClassNotFoundException(String className, String pluginKey, String moduleKey, Exception ex, String errorMsg)
Public Methods
String getClassName()
String getMessage()
String getModuleKey()
String getPluginKey()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

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

Public Methods

public String getClassName ()

public String getMessage ()

public String getModuleKey ()

public String getPluginKey ()