Docs
Atlassian Marketplace
Answers
News
About
Log In
SDK
JIRA
Confluence
Crowd
Bamboo
Gadgets
AUI
API Reference
Other Topics
Atlassian Plugins - Parent POM
Package Index
|
Class Index
com.atlassian.plugin
com.atlassian.plugin.classloader
com.atlassian.plugin.classloader.url
com.atlassian.plugin.descriptors
com.atlassian.plugin.elements
com.atlassian.plugin.event
com.atlassian.plugin.event.events
com.atlassian.plugin.event.impl
com.atlassian.plugin.factories
com.atlassian.plugin.hostcontainer
com.atlassian.plugin.impl
com.atlassian.plugin.innerjarone
com.atlassian.plugin.innerjartwo
com.atlassian.plugin.loaders
com.atlassian.plugin.loaders.classloading
com.atlassian.plugin.main
com.atlassian.plugin.manager
com.atlassian.plugin.manager.store
com.atlassian.plugin.metadata
com.atlassian.plugin.mock
com.atlassian.plugin.module
com.atlassian.plugin.osgi.bridge
com.atlassian.plugin.osgi.bridge.external
com.atlassian.plugin.osgi.container
com.atlassian.plugin.osgi.container.felix
com.atlassian.plugin.osgi.container.impl
com.atlassian.plugin.osgi.event
com.atlassian.plugin.osgi.external
com.atlassian.plugin.osgi.factory
com.atlassian.plugin.osgi.factory.descriptor
com.atlassian.plugin.osgi.factory.transform
com.atlassian.plugin.osgi.factory.transform.model
com.atlassian.plugin.osgi.factory.transform.stage
com.atlassian.plugin.osgi.hostcomponents
com.atlassian.plugin.osgi.hostcomponents.impl
com.atlassian.plugin.osgi.module
com.atlassian.plugin.osgi.spring
com.atlassian.plugin.osgi.spring.external
com.atlassian.plugin.osgi.util
com.atlassian.plugin.parsers
com.atlassian.plugin.predicate
com.atlassian.plugin.repositories
com.atlassian.plugin.servlet
com.atlassian.plugin.servlet.descriptors
com.atlassian.plugin.servlet.download.plugin
com.atlassian.plugin.servlet.filter
com.atlassian.plugin.servlet.filter.test
com.atlassian.plugin.servlet.util
com.atlassian.plugin.simpletest
com.atlassian.plugin.spring
com.atlassian.plugin.spring.pluginns
com.atlassian.plugin.test
com.atlassian.plugin.tracker
com.atlassian.plugin.url
com.atlassian.plugin.util
com.atlassian.plugin.util.collect
com.atlassian.plugin.util.concurrent
com.atlassian.plugin.util.resource
com.atlassian.plugin.util.validation
com.atlassian.plugin.util.zip
com.atlassian.plugin.web
com.atlassian.plugin.web.conditions
com.atlassian.plugin.web.descriptors
com.atlassian.plugin.web.model
com.atlassian.plugin.web.renderer
com.atlassian.plugin.webresource
com.atlassian.plugin.webresource.transformer
org.codehaus.classworlds.uberjar.protocol.jar
org.springframework.osgi.atlassian
Interfaces
AutowireCapablePlugin
ModuleDescriptor
<T>
ModuleDescriptorFactory
Plugin
PluginAccessor
PluginArtifact
PluginArtifactBackedPlugin
PluginArtifactFactory
PluginController
PluginInstaller
PluginManager
PluginSystemLifecycle
Resourced
RevertablePluginInstaller
StateAware
Classes
DefaultModuleDescriptorFactory
DefaultPluginArtifactFactory
DefaultPluginManager
JarPluginArtifact
ModuleCompleteKey
PluginAccessor.Descriptor
PluginInformation
Resources
Resources.TypeFilter
XmlPluginArtifact
Enums
AutowireCapablePlugin.AutowireStrategy
PluginRestartState
PluginState
Exceptions
IllegalPluginStateException
PluginException
PluginParseException
Package Index
|
Class Index
Summary:
Ctors
|
Inherited Methods
|
[Expand All]
public class
PluginException
extends
RuntimeException
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
java.lang.RuntimeException
↳
com.atlassian.plugin.PluginException
Known Direct Subclasses
IllegalPluginStateException
,
NotificationException
,
OsgiContainerException
,
PluginParseException
IllegalPluginStateException
Thrown when a plugin operation has been attempted when the plugin is in an incompatible state.
NotificationException
This is used to wrap one or more exceptions thrown by Plugin Event Listeners on receiving an event.
OsgiContainerException
Generic wrapper exception for any OSGi-related exceptions
PluginParseException
Parse plugin exception - thrown from code which must parse a plugin.
Known Indirect Subclasses
ModuleClassNotFoundException
,
ValidationException
ModuleClassNotFoundException
If a module class could not be found
ValidationException
Exception for a validation error parsing DOM4J nodes
Class Overview
Generic plugin exception.
Summary
Public Constructors
PluginException
()
PluginException
(
String
s)
PluginException
(
Throwable
throwable)
PluginException
(
String
s,
Throwable
throwable)
[Expand]
Inherited Methods
From class
java.lang.Throwable
synchronized
Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized
Throwable
initCause
(
Throwable
arg0)
void
printStackTrace
(
PrintWriter
arg0)
void
printStackTrace
(
PrintStream
arg0)
void
printStackTrace
()
void
setStackTrace
(
StackTraceElement[]
arg0)
String
toString
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
PluginException
()
public
PluginException
(
String
s)
public
PluginException
(
Throwable
throwable)
public
PluginException
(
String
s,
Throwable
throwable)