Class CannotInstantiateClass
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- kz.greetgo.strconverter.simple.errors.CannotInstantiateClass
-
- All Implemented Interfaces:
java.io.Serializable
public class CannotInstantiateClass extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Class<?>instantiatingClass
-
Constructor Summary
Constructors Constructor Description CannotInstantiateClass(java.lang.Class<?> instantiatingClass, java.lang.Throwable cause)
-