java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.junit.platform.commons.JUnitException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 ArgumentAccessException,ArgumentConversionException,ArgumentsAggregationException,ConversionException,CsvParsingException,DiscoveryIssueException,ExtensionConfigurationException,ExtensionContextException,NamespacedHierarchicalStoreException,ParameterResolutionException,PreconditionViolationException,TemplateInvocationValidationException,TestInstantiationException
Base class for all 
RuntimeExceptions thrown
 by JUnit.- Since:
 - 1.0
 - See Also:
 
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionJUnitException(String message) JUnitException(String message, Throwable cause) protectedJUnitException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString