Class MultipleFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.maven.plugin.surefire.booterclient.output.MultipleFailureException
- All Implemented Interfaces:
Serializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addException
(Throwable exception) (package private) boolean
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
exceptions
-
-
Constructor Details
-
MultipleFailureException
MultipleFailureException()
-
-
Method Details
-
addException
-
hasNestedExceptions
boolean hasNestedExceptions() -
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
getMessage
- Overrides:
getMessage
in classThrowable
-