UnknownConstantTypeException constructor

UnknownConstantTypeException(
  1. String message
)

Implementation

UnknownConstantTypeException(String message) : super(message);