Constructs a BadStringOperationException with the specified detail message.parammessage the detail message. this.op = message;
BadStringOperationException
this.op = message;
Returns the string representing the object. return "BadStringOperationException: " + op;
return "BadStringOperationException: " + op;