Package javassist.tools.reflect
Class CannotCreateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javassist.tools.reflect.CannotCreateException
-
- All Implemented Interfaces:
Serializable
public class CannotCreateException extends Exception
Signals thatClassMetaobject.newInstance()
fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotCreateException(Exception e)
CannotCreateException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-