Class JctJunitConfigurerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.ascopes.jct.ex.JctException
io.github.ascopes.jct.ex.JctJunitConfigurerException
- All Implemented Interfaces:
Serializable
An exception that is thrown when a compiler configurer cannot be initialised successfully using
the JCT JUnit parameterised test API.
- Since:
- 0.0.1
- Author:
- Ashley Scopes
- See Also:
-
Constructor Summary
ConstructorDescriptionJctJunitConfigurerException
(String message) Initialise the exception.JctJunitConfigurerException
(String message, @Nullable Throwable cause) Initialise 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
-
JctJunitConfigurerException
Initialise the exception.- Parameters:
message
- the error message to show.
-
JctJunitConfigurerException
Initialise the exception.- Parameters:
message
- the error message to show.cause
- the cause of the exception (ornull
if no cause exists).
-