OptionProcessingException

constructor()

Construct a new OptionProcessingException.


constructor(message: String)

Construct a new OptionProcessingException.

Parameters

message

A (hopefully) informative message explaining why OptionProcessor.processOptions failed.


constructor(cause: Throwable)

Construct a new OptionProcessingException.

Parameters

cause

The original exception which caused the new instance to be raised.


constructor(message: String, cause: Throwable)

Construct a new OptionProcessingException.

Parameters

message

A (hopefully) informative message explaining why OptionProcessor.processOptions failed.

cause

The original exception which caused the new instance to be raised.