public class IncorrectNestingException extends IllegalArgumentException
Modifier | Constructor and Description |
---|---|
protected |
IncorrectNestingException(String message) |
Modifier and Type | Method and Description |
---|---|
static void |
check(boolean check,
String message,
Object... args) |
static <V> V |
checkNonNull(V nullable,
String message,
Object... args) |
static IncorrectNestingException |
create(String message,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected IncorrectNestingException(String message)
Copyright © 2019 OpenDaylight. All rights reserved.