public class ExceptionKit extends Object
| 构造器和说明 |
|---|
ExceptionKit() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
makeRunTime() |
static void |
makeRunTime(String message,
Object... args) |
static void |
makeRuntime(String message,
Throwable cause,
Object... args) |
static void |
makeRuntime(Throwable cause) |
static void |
makeRunTimeWhen(boolean flag,
String message,
Object... args) |
public static void makeRunTime()
public static void makeRuntime(Throwable cause)
Copyright © 2015. All rights reserved.