|
|||||||||
| 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.ceryle.util.ProcessException
org.ceryle.plugin.PluginException
public class PluginException
An general class for exceptions thrown by Ceryle plugins.
Messages,
MessageId,
ProcessException,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.ceryle.util.ProcessException |
|---|
exception, isMessageId, line, messageId, param1, param2, param3 |
| Constructor Summary | |
|---|---|
PluginException(Exception exception)
Constructor for PluginException tunnelling the original Exception. |
|
PluginException(String messageId)
Constructor for PluginException. |
|
PluginException(String messageId,
Exception exception)
Constructor for PluginException provided a message identifier, tunnelling the original Exception. |
|
PluginException(String messageId,
String param1)
Constructor for PluginException with a MessageId and one parameter. |
|
PluginException(String messageId,
String param1,
String param2)
Constructor for PluginException with a MessageId and two parameters. |
|
PluginException(String messageId,
String param1,
String param2,
String param3)
Constructor for PluginException with a MessageId and three parameters. |
|
| Method Summary |
|---|
| Methods inherited from class org.ceryle.util.ProcessException |
|---|
getException, getLine, getMessage, getMessageId |
| 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 |
| Constructor Detail |
|---|
public PluginException(String messageId)
messageId - the unique message identifier.public PluginException(Exception exception)
exception - the original Exception.
public PluginException(String messageId,
Exception exception)
messageId - the unique message identifier.exception - the original Exception.
public PluginException(String messageId,
String param1)
messageId - the unique message identifier.param1 - a parameter string to be inserted at %1.
public PluginException(String messageId,
String param1,
String param2)
messageId - the unique message identifier.param1 - a parameter string to be inserted at %1.param2 - a parameter string to be inserted at %2.
public PluginException(String messageId,
String param1,
String param2,
String param3)
messageId - the unique message identifier.param1 - a parameter string to be inserted at %1.param2 - a parameter string to be inserted at %2.param3 - a parameter string to be inserted at %3.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||