public class InformativeException extends Exception
| Constructor and Description | 
|---|
InformativeException(Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
InformativeException | 
addSource(Class<?> sourceClazz)  | 
Throwable | 
fillInStackTrace()  | 
String | 
getMessage()  | 
InformativeException | 
set(String key,
   Object value)  | 
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InformativeException(Throwable cause)
public InformativeException set(String key, Object value)
public InformativeException addSource(Class<?> sourceClazz)
public String getMessage()
getMessage in class Throwablepublic Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2016–2021. All rights reserved.