Package de.tarent.extract.utils
Class ExtractCliException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.tarent.extract.utils.ExtractCliException
-
- All Implemented Interfaces:
Serializable
public class ExtractCliException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtractCliException(org.apache.commons.cli.Options options, Exception e)ExtractCliException(org.apache.commons.cli.Options options, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUsage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-