|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dspace.plugin.PluginException
public class PluginException
General exception class for all code that runs as a plugin in DSpace
| Constructor Summary | |
|---|---|
PluginException()
basic constructor |
|
PluginException(String message)
Construct an exception with the passed message |
|
PluginException(String message,
Throwable e)
Construct an exception with the passed message to encapsulate the passed Throwable |
|
PluginException(Throwable e)
Construct an exception to encapsulate the passed Throwable |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 |
|---|
public PluginException()
public PluginException(String message)
message - a message for the exception
public PluginException(String message,
Throwable e)
message - a message for the exceptione - throwable which triggered this exceptionpublic PluginException(Throwable e)
e - the throwable which triggered this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||