public class ObjectUnderTestInstantiationException extends Exception
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.| Constructor and Description |
|---|
ObjectUnderTestInstantiationException() |
ObjectUnderTestInstantiationException(String message) |
ObjectUnderTestInstantiationException(String message,
Throwable cause) |
ObjectUnderTestInstantiationException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectUnderTestInstantiationException()
public ObjectUnderTestInstantiationException(String message, Throwable cause)
public ObjectUnderTestInstantiationException(String message)
public ObjectUnderTestInstantiationException(Throwable cause)
Copyright © 2014. All rights reserved.