Class Classes.UnexpectedCheckedException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Classes

    public static final class Classes.UnexpectedCheckedException
    extends RuntimeException
    An exception that should be used if a checked exception is encountered in a situation where it is not excepted (e.g., when getting the result from a Callable of which you know it shouldn't throw such exceptions).
    See Also:
    Serialized Form
    • Constructor Detail

      • UnexpectedCheckedException

        public UnexpectedCheckedException​(String message,
                                          Throwable source)