19package denoptim.exception;
DENOPTIMException(String err)
Constructs a new instance with the given message.
static final long serialVersionUID
Version identifier.
DENOPTIMException(String err, Throwable cause)
Constructs a new instance with the given message and the Exception as cause.
DENOPTIMException(Throwable cause)
Constructs an instance with the specified cause.
DENOPTIMException()
Creates a new instance without message.