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
public class FCPluginException extends AbstractXfcException implements Serializable
Exception welche innerhalb der Plugin-Initialisierung und Abarbeitung geworfen werden kann- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FCPluginException(String message)
Konstruktor mit Fehler-MeldungFCPluginException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDefaultErrorCode()
String
getDefaultMessageKey()
-
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
-
-
-
-
Method Detail
-
getDefaultMessageKey
public String getDefaultMessageKey()
- Specified by:
getDefaultMessageKey
in interfaceIXfcException
-
getDefaultErrorCode
public String getDefaultErrorCode()
- Specified by:
getDefaultErrorCode
in interfaceIXfcException
-
-