KdlException constructor
KdlException(
- String message
Construct a new KDL Exception with the given message
Implementation
KdlException(this.message);
Construct a new KDL Exception with the given message
KdlException(this.message);