public static final class FunctionTagging.FunctionTaggingException
extends java.lang.RuntimeException
This exception doesn't store the actual stacktrace as it only clutters the original stacktrace when printed.
| Constructor and Description |
|---|
FunctionTaggingException(java.lang.String message)
Constructs a FunctionTaggingException with the given message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
appendLast(java.lang.Throwable ex)
Try appending this FunctionTaggingException as the very last cause of
the given throwable.
|
java.lang.Throwable |
fillInStackTrace() |
public FunctionTaggingException(java.lang.String message)
message - the messagepublic java.lang.Throwable fillInStackTrace()
fillInStackTrace in class java.lang.Throwablepublic java.lang.Throwable appendLast(java.lang.Throwable ex)
ex - the Throwable to append to