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