Package org.assertj.db.exception
Class AssertJDBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.assertj.db.exception.AssertJDBException
- All Implemented Interfaces:
Serializable
Exception during the assertion (for example : when getting the data in the database, or accessing to file system).
- Author:
- Régis Pouiller
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssertJDBException
(Exception exception) Constructor of the Exception.AssertJDBException
(String message, Object... objects) Constructor of the Exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssertJDBException
Constructor of the Exception.- Parameters:
exception
- Exception inside this one.
-
AssertJDBException
Constructor of the Exception.- Parameters:
message
- Message of the exceptionobjects
- Parameters of the message
-