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:
de.xima.cmn.i18n.ILocalizedMessageProvider, 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 AbstractXfcException
getErrorCode, getExceptionData, getLocalizedMessage, getMessageKey, getMessageParamsMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FCPluginException
-
FCPluginException
-
-
Method Details
-
getDefaultMessageKey
- Specified by:
getDefaultMessageKeyin interfaceIXfcException
-
getDefaultErrorCode
- Specified by:
getDefaultErrorCodein interfaceIXfcException
-