IsNotDocException constructor

IsNotDocException(
  1. String message,
  2. StackTrace stackTrace
)

Implementation

IsNotDocException(String message, StackTrace stackTrace)
    : super(message, stackTrace);