Class ProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
coneforest.clianthus.processor.ProcessingException
All Implemented Interfaces:
Serializable

public class ProcessingException extends Exception
Thrown when error occured during options processing.
See Also:
  • Constructor Details

    • ProcessingException

      public ProcessingException(String message)
      Constructor.
      Parameters:
      message - message text.