public class CraneException extends RuntimeException
| 构造器和说明 |
|---|
CraneException() |
CraneException(String message) |
CraneException(String message,
Throwable cause) |
CraneException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
CraneException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
throwIfFalse(boolean condition,
String template,
Object... params) |
static void |
throwIfTrue(boolean condition,
String template,
Object... params) |
static void |
throwOf(String template,
Object... params) |
Copyright © 2022. All rights reserved.