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 that ClassMetaobject.newInstance()
fails.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CannotCreateException
public CannotCreateException(String s)
CannotCreateException
public CannotCreateException(Exception e)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.