Package org.sosy_lab.common
Class Classes.UnsuitedClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.sosy_lab.common.Classes.UnsuitedClassException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Classes
public static final class Classes.UnsuitedClassException extends Exception
Exception thrown whenClasses.createFactory(TypeToken, Class)
is called with a class that does not satisfy the requirements of the factory interface.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-