public class ExportException extends BaseException
ExporttoService},
ExporttoManager},
Serialized Formcode, formatString, messageKey| Modifier | Constructor and Description |
|---|---|
|
ExportException()
Constructor to be used in rare cases, usually you must create a new child
exception class for each case.
|
|
ExportException(java.lang.String message,
Feature feature) |
protected |
ExportException(java.lang.String message,
java.lang.String key,
long code) |
protected |
ExportException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String key,
long code) |
|
ExportException(java.lang.Throwable cause)
Constructor to be used in rare cases, usually you must create a new child
exception class for each case.
|
|
ExportException(java.lang.Throwable e,
Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
Feature |
getFeature() |
containsCause, getCode, getFormatString, getHTMLMessageStack, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setTranslator, setTranslator, setValue, valuespublic ExportException()
public ExportException(java.lang.Throwable cause)
Don't use this constructor in child classes.
cause - the original cause of the exceptionprotected ExportException(java.lang.String message,
java.lang.String key,
long code)
message - the default messageFormat to describe the exceptionkey - the key to use to search a localized messageFormnatacode - the unique code to identify the exceptionBaseException.BaseException(String, String, long).protected ExportException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String key,
long code)
message - the default messageFormat to describe the exceptioncause - the original cause of the exceptionkey - the key to use to search a localized messageFormnatacode - the unique code to identify the exceptionBaseException.BaseException(String, Throwable, String, long).public ExportException(java.lang.Throwable e,
Feature feature)
public ExportException(java.lang.String message,
Feature feature)
public Feature getFeature()