public final class CutException extends RuntimeException
Cut,
InterpretedUserDefinedPredicate,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static CutException |
CUT_EXCEPTION
Singleton instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final CutException CUT_EXCEPTION
Reuse a single instance to avoid the stack trace generation overhead of creating a new exception each time. The
CutException is specifically used for control flow in
InterpretedUserDefinedPredicate.evaluate() and its stack trace is not
required.
Copyright © 2024. All rights reserved.