public abstract class AbstractExample extends Object
| Constructor and Description |
|---|
AbstractExample() |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> T |
checkNotNull(T ref,
String msg) |
protected static void |
checkTrue(boolean condition,
String msg) |
protected static void |
err(String msg) |
protected static void |
err(String msg,
String details) |
protected static <T extends Throwable> |
handleException(T e) |
Copyright © 2015. All rights reserved.