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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addException
(Throwable exception) (package private) boolean
private String
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultipleFailureException
MultipleFailureException()
-
-
Method Details
-
addException
-
hasNestedExceptions
boolean hasNestedExceptions() -
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
getMessage
- Overrides:
getMessage
in classThrowable
-
toMessage
-