r01f.exceptions
Interface EnrichedThrowable
- All Known Implementing Classes:
- EnrichedException, EnrichedRuntimeException, MarshallerException, ReflectionException, XMLPropertiesException
interface EnrichedThrowable
Interfaz que han de cumplir las excepciones enriquecidas
customizations
<T extends EnrichedThrowable,S extends java.lang.Enum<S>> EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsReader<T,S> customizations()
customized
<T extends EnrichedThrowable,S extends java.lang.Enum<S>> EnrichedExceptionCustomizationsInterfaces.ExceptionCustomizationsWriter<T,S> customized()
getStackTraceAsString
java.lang.String getStackTraceAsString()
fillInStackTrace
java.lang.Throwable fillInStackTrace()
printStackTrace
void printStackTrace(java.io.PrintStream s)