BadMethodException constructor

BadMethodException(
  1. String message
)

Implementation

BadMethodException(String message) : super(message);