public abstract class FormatRuntimeException extends RuntimeException
| 构造器和说明 |
|---|
FormatRuntimeException() |
FormatRuntimeException(String message) |
FormatRuntimeException(String format,
Object... parameters) |
FormatRuntimeException(String message,
Throwable cause) |
FormatRuntimeException(String format,
Throwable cause,
Object... parameters) |
public FormatRuntimeException()
public FormatRuntimeException(String message)
Copyright © 2018. All rights reserved.