BadFormatException 构造函数
定义
重载
BadFormatException() | |
BadFormatException(String message) | |
BadFormatException(String message, Throwable cause) | |
BadFormatException(Throwable cause) |
BadFormatException()
public BadFormatException()
BadFormatException(String message)
public BadFormatException(String message)
参数
- message
- String
BadFormatException(String message, Throwable cause)
public BadFormatException(String message, Throwable cause)
参数
- message
- String
- cause
- Throwable
BadFormatException(Throwable cause)
public BadFormatException(Throwable cause)
参数
- cause
- Throwable