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 public static class Classes.ClassInstantiationException extends Exception
Deprecated.Exception thrown byClasses.createInstance(Class, Class[], Object[], Class)
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClassInstantiationException(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
-
-