OptionProcessingException

fun OptionProcessingException()

Construct a new OptionProcessingException.


fun OptionProcessingException(message: String)

Construct a new OptionProcessingException.

Parameters

message

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


fun OptionProcessingException(cause: Throwable)

Construct a new OptionProcessingException.

Parameters

cause

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


fun OptionProcessingException(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.