public static class Element.Exceptions extends Object
Modifier | Constructor and Description |
---|---|
protected |
Exceptions() |
Modifier and Type | Method and Description |
---|---|
static IllegalStateException |
elementAlreadyRemoved(Class<? extends Element> clazz,
Object id)
Deprecated.
As of release 3.1.0, not replaced - this exception is no longer enforced by the test suite.
|
static IllegalArgumentException |
labelCanNotBeAHiddenKey(String label) |
static IllegalArgumentException |
labelCanNotBeEmpty() |
static IllegalArgumentException |
labelCanNotBeNull() |
static IllegalStateException |
propertyAdditionNotSupported() |
static IllegalArgumentException |
providedKeyValuesMustBeAMultipleOfTwo() |
static IllegalArgumentException |
providedKeyValuesMustHaveALegalKeyOnEvenIndices() |
public static IllegalArgumentException providedKeyValuesMustBeAMultipleOfTwo()
public static IllegalArgumentException providedKeyValuesMustHaveALegalKeyOnEvenIndices()
public static IllegalStateException propertyAdditionNotSupported()
public static IllegalArgumentException labelCanNotBeNull()
public static IllegalArgumentException labelCanNotBeEmpty()
public static IllegalArgumentException labelCanNotBeAHiddenKey(String label)
@Deprecated public static IllegalStateException elementAlreadyRemoved(Class<? extends Element> clazz, Object id)
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.