GrinderException constructor

GrinderException(
  1. String message
)

Create a new GrinderException.

Implementation

GrinderException(this.message);