javassist.tools.reflect

Class CannotCreateException

public class CannotCreateException extends Exception

Signals that ClassMetaobject.newInstance() fails.
Constructor Summary
CannotCreateException(String s)
CannotCreateException(Exception e)

Constructor Detail

CannotCreateException

public CannotCreateException(String s)

CannotCreateException

public CannotCreateException(Exception e)
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.