(Omit source code)
Constructor for the exception. parammessage - Error message.paramoptcode - Option code. optionCode = optcode; msg = message;
optionCode = optcode; msg = message;
Gets the error message of ths exception. returnthe error message. return (msg + ": " + optionCode);
return (msg + ": " + optionCode);