Package de.xima.fc.exceptions
Class AbstractXfcRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.xima.fc.exceptions.AbstractXfcRuntimeException
- All Implemented Interfaces:
IXfcException
,Serializable
- Direct Known Subclasses:
ValidationException
,XfcExportException
Diese Klasse ist die Superklasse von denen alle neudefinierten Exceptions erben sollen. Die Klasse bietet
Informationen, die jede Exception haben sollte, wie
getMessageKey()
und getErrorCode()
created by:
XIMA MEDIA GmbH, Dresden - mgu - 17.07.2014- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractXfcRuntimeException
(de.xima.cmn.dao.exceptions.interfaces.IDaoException xfcException) AbstractXfcRuntimeException
(IXfcException xfcException) AbstractXfcRuntimeException
(String message) AbstractXfcRuntimeException
(String message, Throwable cause) AbstractXfcRuntimeException
(Throwable cause, ITransferableEntity transferableEntity) AbstractXfcRuntimeException
(Throwable cause, ITransferableEntity transferableEntity, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.xima.fc.exceptions.IXfcException
getDefaultErrorCode, getDefaultMessageKey
-
Constructor Details
-
AbstractXfcRuntimeException
public AbstractXfcRuntimeException(Throwable cause, ITransferableEntity transferableEntity, String message) -
AbstractXfcRuntimeException
-
AbstractXfcRuntimeException
-
AbstractXfcRuntimeException
-
AbstractXfcRuntimeException
-
AbstractXfcRuntimeException
-
AbstractXfcRuntimeException
public AbstractXfcRuntimeException(de.xima.cmn.dao.exceptions.interfaces.IDaoException xfcException)
-
-
Method Details
-
getExceptionData
- Specified by:
getExceptionData
in interfaceIXfcException
-
getMessageKey
- Specified by:
getMessageKey
in interfaceIXfcException
-
getErrorCode
- Specified by:
getErrorCode
in interfaceIXfcException
-
getMessageParams
- Specified by:
getMessageParams
in interfaceIXfcException
-
getLocalizedMessage
- Specified by:
getLocalizedMessage
in interfaceIXfcException
-