Class ExtractionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.tools.plugin.extractor.ExtractionException
-
- All Implemented Interfaces:
Serializable
public class ExtractionException extends Exception
Wrap errors when extraction exception occurred.- Author:
- Vincent Siveton
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtractionException(String message)
ExtractionException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-