Modifier and Type | Method and Description |
---|---|
static IllegalArgumentException |
dataTypeOfPropertyValueNotSupported(Object val) |
static IllegalArgumentException |
dataTypeOfPropertyValueNotSupported(Object val,
Exception rootCause) |
static IllegalStateException |
propertyDoesNotExist() |
static IllegalStateException |
propertyDoesNotExist(Element element,
String key) |
static IllegalArgumentException |
propertyKeyCanNotBeAHiddenKey(String key) |
static IllegalArgumentException |
propertyKeyCanNotBeEmpty() |
static IllegalArgumentException |
propertyKeyCanNotBeNull() |
static IllegalStateException |
propertyRemovalNotSupported() |
static IllegalArgumentException |
propertyValueCanNotBeNull() |
public static IllegalArgumentException propertyKeyCanNotBeEmpty()
public static IllegalArgumentException propertyKeyCanNotBeNull()
public static IllegalArgumentException propertyValueCanNotBeNull()
public static IllegalArgumentException propertyKeyCanNotBeAHiddenKey(String key)
public static IllegalStateException propertyDoesNotExist()
public static IllegalStateException propertyDoesNotExist(Element element, String key)
public static IllegalArgumentException dataTypeOfPropertyValueNotSupported(Object val)
public static IllegalArgumentException dataTypeOfPropertyValueNotSupported(Object val, Exception rootCause)
public static IllegalStateException propertyRemovalNotSupported()
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.