Package coneforest.cli
Class ProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- coneforest.cli.ProcessingException
-
- All Implemented Interfaces:
Serializable
public class ProcessingException extends Exception
Thrown when error occured during options processing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingException(String message)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProcessingException
public ProcessingException(String message)
Constructor.- Parameters:
message
- message text.
-
-