Serialized Form
-
Package jp.ecuacion.lib.core.exception.checked
-
Exception Class jp.ecuacion.lib.core.exception.checked.AppException
class AppException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class jp.ecuacion.lib.core.exception.checked.AppWarningException
class AppWarningException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
itemIds
AppExceptionItemIds itemIds
itemIds. -
locale
Locale locale
locale. -
messageArgs
String[] messageArgs
message Arguments. -
messageId
String messageId
message ID.
-
-
Exception Class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
class BizLogicAppException extends SingleAppException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
itemIds
AppExceptionItemIds itemIds
-
messageArgs
PropertyFileUtil.Arg[] messageArgs
-
messageId
String messageId
-
-
Exception Class jp.ecuacion.lib.core.exception.checked.MultipleAppException
class MultipleAppException extends AppException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exceptionList
List<SingleAppException> exceptionList
-
-
Exception Class jp.ecuacion.lib.core.exception.checked.SingleAppException
class SingleAppException extends AppException implements Serializable- serialVersionUID:
- 1L
-
Exception Class jp.ecuacion.lib.core.exception.checked.ValidationAppException
class ValidationAppException extends SingleAppException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bean
ConstraintViolationBean bean
-
isMessageWithItemName
boolean isMessageWithItemName
-
messagePostfix
PropertyFileUtil.Arg messagePostfix
-
messagePrefix
PropertyFileUtil.Arg messagePrefix
-
-
-
Package jp.ecuacion.lib.core.exception.unchecked
-
Exception Class jp.ecuacion.lib.core.exception.unchecked.EclibRuntimeException
class EclibRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class jp.ecuacion.lib.core.exception.unchecked.RuntimeExceptionWithMessageId
class RuntimeExceptionWithMessageId extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
messageArgs
PropertyFileUtil.Arg[] messageArgs
Deprecated. -
messageId
String messageId
Deprecated.
-
-
Exception Class jp.ecuacion.lib.core.exception.unchecked.UncheckedAppException
class UncheckedAppException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-