Package de.xima.fc.plugin.exception
Class FCPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.exceptions.AbstractXfcException
de.xima.fc.plugin.exception.FCPluginException
- All Implemented Interfaces:
IXfcException
,Serializable
Exception welche innerhalb der Plugin-Initialisierung und Abarbeitung geworfen werden kann
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFCPluginException
(String message) Konstruktor mit Fehler-MeldungFCPluginException
(String message, Throwable cause) -
Method Summary
Methods inherited from class de.xima.fc.exceptions.AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParams
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FCPluginException
Konstruktor mit Fehler-Meldung- Parameters:
message
-String
die Fehlermeldung
-
FCPluginException
-
-
Method Details
-
getDefaultMessageKey
- Specified by:
getDefaultMessageKey
in interfaceIXfcException
-
getDefaultErrorCode
- Specified by:
getDefaultErrorCode
in interfaceIXfcException
-