public class TestCaseInstantiationException extends Exception
TestCaseInstantiationException class.
| Constructor and Description |
|---|
TestCaseInstantiationException()
Constructor for TestCaseInstantiationException.
|
TestCaseInstantiationException(Exception e)
Constructor for TestCaseInstantiationException.
|
TestCaseInstantiationException(String message)
Constructor for TestCaseInstantiationException.
|
TestCaseInstantiationException(String message,
Throwable e)
Constructor for TestCaseInstantiationException.
|
TestCaseInstantiationException(Throwable e)
Constructor for TestCaseInstantiationException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TestCaseInstantiationException()
Constructor for TestCaseInstantiationException.
public TestCaseInstantiationException(String message, Throwable e)
Constructor for TestCaseInstantiationException.
public TestCaseInstantiationException(String message)
Constructor for TestCaseInstantiationException.
message - a String object.public TestCaseInstantiationException(Throwable e)
Constructor for TestCaseInstantiationException.
e - a Throwable object.Copyright © 2015. All rights reserved.