Class Classes.UnexpectedCheckedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sosy_lab.common.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:
  • Constructor Details

    • UnexpectedCheckedException

      public UnexpectedCheckedException(String message, Throwable source)