public class DataProvidingException extends Exception
Exception thrown when creating data for tests failed for any reason. Reasons might be misconfiguration of the random generator or runtime failures like random files which cannot be created.
| Constructor and Description |
|---|
DataProvidingException()
Exception without cause and message.
|
DataProvidingException(String message)
Exception with a given message.
|
DataProvidingException(String message,
Throwable cause)
Exception with given cause and message.
|
DataProvidingException(Throwable cause)
Exception with a given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataProvidingException()
public DataProvidingException(Throwable cause)
cause - causing exceptionpublic DataProvidingException(String message)
message - messageCopyright © 2011-2013 CoreMedia AG. All Rights Reserved.