KdlException constructor

KdlException(
  1. String message
)

Construct a new KDL Exception with the given message

Implementation

KdlException(this.message);