Package de.xima.fc.exceptions
Class XfcExportException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.xima.fc.exceptions.AbstractXfcRuntimeException
-
- de.xima.fc.exceptions.XfcExportException
-
- All Implemented Interfaces:
IXfcException
,Serializable
public final class XfcExportException extends AbstractXfcRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XfcExportException(String msg)
XfcExportException(String msg, 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.AbstractXfcRuntimeException
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
-
-