Class TryListBuilder.InvalidTryException

All Implemented Interfaces:
Serializable
Enclosing class:
TryListBuilder<EH extends ExceptionHandler>

public static class TryListBuilder.InvalidTryException extends ExceptionWithContext
See Also:
  • Constructor Details

    • InvalidTryException

      public InvalidTryException(Throwable cause)
    • InvalidTryException

      public InvalidTryException(Throwable cause, String message, Object... formatArgs)
    • InvalidTryException

      public InvalidTryException(String message, Object... formatArgs)