public class NotImplementException extends RuntimeException
| 构造器和说明 |
|---|
NotImplementException() |
NotImplementException(String message)
If the method don't be implemented, this method
will show a messgae
|
public NotImplementException()
public NotImplementException(String message)
message - the exception message to displayCopyright © 2019. All rights reserved.