public class PropertyNotFoundException extends RuntimeException
| 构造器和说明 |
|---|
PropertyNotFoundException(String message)
Constructs a PropertyNotFoundException given the specified message.
|
PropertyNotFoundException(String message,
Throwable cause) |
public PropertyNotFoundException(String message)
message - A message explaining the exception conditionCopyright © 2020. All rights reserved.