r01f.exceptions
Interface EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T extends EnrichedThrowable,S extends java.lang.Enum<S>>
- Type Parameters:
T -
- All Known Implementing Classes:
- EnrichedThrowableCustomizations
- Enclosing interface:
- EnrichedExceptionCustomizationsInterfaces
public static interface EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T extends EnrichedThrowable,S extends java.lang.Enum<S>>
Acceso a la excepción para ser configurada
|
Method Summary |
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> |
addInfo(java.lang.String... theInfo)
|
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> |
developerWarn()
|
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> |
fatal()
|
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> |
inGroup(int group)
|
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> |
logged()
|
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> |
recoverable()
|
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> |
subClass(S theSubClass)
|
void |
throwingUnWrapped()
|
T |
throwUnWrapped()
|
T |
throwUnWrapped(java.lang.String info)
|
T |
throwWrapped()
|
T |
throwWrapped(java.lang.String info)
|
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> |
withCode(int code)
|
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> |
withMessage(java.lang.String theMessage)
|
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> |
withMessage(java.lang.String messageWithPlaceHolders,
java.lang.String... vars)
|
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> |
withSeverity(ExceptionSeverity severity)
|
withMessage
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> withMessage(java.lang.String theMessage)
withMessage
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> withMessage(java.lang.String messageWithPlaceHolders,
java.lang.String... vars)
addInfo
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> addInfo(java.lang.String... theInfo)
subClass
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> subClass(S theSubClass)
withSeverity
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> withSeverity(ExceptionSeverity severity)
recoverable
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> recoverable()
fatal
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> fatal()
inGroup
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> inGroup(int group)
withCode
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> withCode(int code)
logged
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> logged()
developerWarn
EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> developerWarn()
throwWrapped
T throwWrapped()
throwWrapped
T throwWrapped(java.lang.String info)
throwUnWrapped
T throwUnWrapped()
throwUnWrapped
T throwUnWrapped(java.lang.String info)
throwingUnWrapped
void throwingUnWrapped()