|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IllegalParameterConfigurationException.State>
ubiware.core.IllegalParameterConfigurationException.State
public static enum IllegalParameterConfigurationException.State
The state of the IllegalParameterConfigurationException
| Enum Constant Summary | |
|---|---|
conflicting
Over configuration : this parameter should not co-exist with another parameter. |
|
missing
The parameter is missing. |
|
multivalued
The parameter is multi-valued even tough this was expected. |
|
notAContainer
The parameter value is not a container even tough this was expected. |
|
notAResource
The value is not a proper URI for a resource (the structure is wrong) |
|
notBooleanValue
The value was expected to be boolean, but was not. |
|
notInRange
The value was of the correct type, but was not in range. |
|
notNumericValue
The value was expected to be numerical, but was not. |
|
notOnBlackboard
The referred object could not be found on the blackboard. |
|
resourceNotFound
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
static IllegalParameterConfigurationException.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IllegalParameterConfigurationException.State[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final IllegalParameterConfigurationException.State missing
public static final IllegalParameterConfigurationException.State notBooleanValue
public static final IllegalParameterConfigurationException.State notNumericValue
public static final IllegalParameterConfigurationException.State notInRange
public static final IllegalParameterConfigurationException.State notOnBlackboard
public static final IllegalParameterConfigurationException.State notAResource
public static final IllegalParameterConfigurationException.State conflicting
public static final IllegalParameterConfigurationException.State notAContainer
public static final IllegalParameterConfigurationException.State multivalued
public static final IllegalParameterConfigurationException.State resourceNotFound
| Method Detail |
|---|
public static IllegalParameterConfigurationException.State[] values()
for (IllegalParameterConfigurationException.State c : IllegalParameterConfigurationException.State.values()) System.out.println(c);
public static IllegalParameterConfigurationException.State valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<IllegalParameterConfigurationException.State>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||