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
-
buttonId
String buttonId
-
fields
AppExceptionFields fields
-
locale
Locale locale
-
messageArgs
String[] messageArgs
-
messageId
String messageId
-
-
Exception Class jp.ecuacion.lib.core.exception.checked.BeanValidationAppException
class BeanValidationAppException extends SingleAppException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
annotation
String annotation
-
annotationAttributes
Map<String,
Object> annotationAttributes -
instance
Object instance
-
invalidValue
String invalidValue
-
leafClassName
String leafClassName
-
message
String message
-
messageTemplate
String messageTemplate
-
propertyPath
String propertyPath
-
rootClassName
String rootClassName
-
-
Exception Class jp.ecuacion.lib.core.exception.checked.BizLogicAppException
class BizLogicAppException extends SingleAppException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fields
AppExceptionFields fields
-
locale
Locale locale
-
messageArgs
String[] 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
-
-
Package jp.ecuacion.lib.core.exception.unchecked
-
Exception Class jp.ecuacion.lib.core.exception.unchecked.RuntimeAppException
class RuntimeAppException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class jp.ecuacion.lib.core.exception.unchecked.RuntimeExceptionWithMessageId
class RuntimeExceptionWithMessageId extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Exception Class jp.ecuacion.lib.core.exception.unchecked.RuntimeSystemException
class RuntimeSystemException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-