Package patterntesting.runtime.exception
This package contains some useful exceptions.
- Since:
- 0.8
- Author:
- oliver
-
Exception Summary Exception Description ClassloaderException If you have some problems with theClassLoader
you can use this exception here for throwing.DetailedInvalidClassException The problem with theInvalidClassException
is that a constructor with a cause is missing.NotFoundException If you did not find a result and want to avoid 'null" as return value you can throw this exception here. -
Error Summary Error Description DetailedAssertionError This is a kind of betterAssertionError
which gives you some more details of the given cause.