| Package | Description |
|---|---|
| net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
| Modifier and Type | Method and Description |
|---|---|
static <O> void |
NlsNullPointerException.checkNotNull(Class<O> type,
O object)
This method checks if the given
object is null. |
static void |
NlsNullPointerException.checkNotNull(String objectName,
Object object)
This method checks if the given
object is null. |
Copyright © 2001–2016 mmm-Team. All rights reserved.