de.akquinet.jbosscc.needle
Class ObjectUnderTestInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.akquinet.jbosscc.needle.ObjectUnderTestInstantiationException
- All Implemented Interfaces:
- Serializable
public class ObjectUnderTestInstantiationException
- extends Exception
Thrown when an ObjectUnderTest instantiation fails, e.g. if the
associated class object has no corresponding constructor or the class is
abstract, a primitive type or an interface.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ObjectUnderTestInstantiationException
public ObjectUnderTestInstantiationException()
ObjectUnderTestInstantiationException
public ObjectUnderTestInstantiationException(String message,
Throwable cause)
ObjectUnderTestInstantiationException
public ObjectUnderTestInstantiationException(String message)
ObjectUnderTestInstantiationException
public ObjectUnderTestInstantiationException(Throwable cause)
Copyright © 2013 akquinet AG. All Rights Reserved.