Class AlertException

    • Field Detail

      • INSTANCE

        public static final AlertException INSTANCE
        Pre-allocated exception to avoid garbage generation
    • Method Detail

      • fillInStackTrace

        public Throwable fillInStackTrace()
        Overridden so the stack trace is not filled in for this exception for performance reasons.
        Overrides:
        fillInStackTrace in class Throwable
        Returns:
        this instance.