public class

PluginParseException

extends PluginException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.plugin.PluginException
           ↳ com.atlassian.plugin.PluginParseException
Known Direct Subclasses

Class Overview

Parse plugin exception - thrown from code which must parse a plugin.

Summary

Public Constructors
PluginParseException()
PluginParseException(String s)
PluginParseException(Throwable throwable)
PluginParseException(String s, Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PluginParseException ()

public PluginParseException (String s)

public PluginParseException (Throwable throwable)

public PluginParseException (String s, Throwable throwable)