public static final class FunctionTagging.FunctionTaggingException extends RuntimeException
This exception doesn't store the actual stacktrace as it only clutters the original stacktrace when printed.
Constructor and Description |
---|
FunctionTaggingException(String message)
Constructs a FunctionTaggingException with the given message.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
appendLast(Throwable ex)
Try appending this FunctionTaggingException as the very last cause of
the given throwable.
|
Throwable |
fillInStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FunctionTaggingException(String message)
message
- the messagepublic Throwable fillInStackTrace()
fillInStackTrace
in class Throwable