Package org.sosy_lab.common
Class Classes.ClassInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sosy_lab.common.Classes.ClassInstantiationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Classes
Deprecated.
Exception thrown by
Classes.createInstance(Class, Class[], Object[], Class).- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassInstantiationException(String className, String msg, Throwable cause) Deprecated.ClassInstantiationException(String className, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassInstantiationException
Deprecated. -
ClassInstantiationException
Deprecated.
-