Package echo.exception
Class FailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
echo.exception.FailureException
- All Implemented Interfaces:
Serializable
An exception occurring during the execution of the plugin. Throwing this exception should cause a
"BUILD FAILURE" message to be displayed in Maven.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFailureException
(String msg) Create a new instance with a message describing what happenedFailureException
(String msg, Throwable cause) Create a new instance with message and what caused the failure -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
UNSUPPORTED_ENCODING
- See Also:
-
-
Constructor Details
-
FailureException
Create a new instance with message and what caused the failure -
FailureException
Create a new instance with a message describing what happened
-