Uses of Class
org.fourthline.cling.model.types.InvalidValueException

Packages that use InvalidValueException
org.fourthline.cling.model   
org.fourthline.cling.model.action   
org.fourthline.cling.model.state   
org.fourthline.cling.model.types   
org.fourthline.cling.model.types.csv   
 

Uses of InvalidValueException in org.fourthline.cling.model
 

Constructors in org.fourthline.cling.model that throw InvalidValueException
VariableValue(Datatype datatype, Object value)
          Creates and validates a variable value.
 

Uses of InvalidValueException in org.fourthline.cling.model.action
 

Methods in org.fourthline.cling.model.action that throw InvalidValueException
 void ActionInvocation.setInput(String argumentName, Object value)
           
 void ActionInvocation.setOutput(String argumentName, Object value)
           
 

Constructors in org.fourthline.cling.model.action that throw InvalidValueException
ActionArgumentValue(ActionArgument<S> argument, Object value)
           
 

Uses of InvalidValueException in org.fourthline.cling.model.state
 

Constructors in org.fourthline.cling.model.state that throw InvalidValueException
StateVariableValue(StateVariable<S> stateVariable, Object value)
           
 

Uses of InvalidValueException in org.fourthline.cling.model.types
 

Methods in org.fourthline.cling.model.types that throw InvalidValueException
 String BooleanDatatype.getString(Boolean value)
           
 String BinHexDatatype.getString(byte[] value)
           
 String Base64Datatype.getString(byte[] value)
           
 String DateTimeDatatype.getString(Calendar value)
           
 String Datatype.getString(V value)
          Transforms a value supported by this datatype into a string representation.
 String AbstractDatatype.getString(V value)
           
 URI URIDatatype.valueOf(String s)
           
 UnsignedIntegerTwoBytes UnsignedIntegerTwoBytesDatatype.valueOf(String s)
           
 UnsignedIntegerOneByte UnsignedIntegerOneByteDatatype.valueOf(String s)
           
 UnsignedIntegerFourBytes UnsignedIntegerFourBytesDatatype.valueOf(String s)
           
static UDAServiceType UDAServiceType.valueOf(String s)
           
static UDAServiceId UDAServiceId.valueOf(String s)
           
static UDADeviceType UDADeviceType.valueOf(String s)
           
 String StringDatatype.valueOf(String s)
           
static SoapActionType SoapActionType.valueOf(String s)
           
 Short ShortDatatype.valueOf(String s)
           
static ServiceType ServiceType.valueOf(String s)
           
static ServiceId ServiceId.valueOf(String s)
           
static PragmaType PragmaType.valueOf(String s)
           
static NamedServiceType NamedServiceType.valueOf(String s)
           
static NamedDeviceType NamedDeviceType.valueOf(String s)
           
 Integer IntegerDatatype.valueOf(String s)
           
 Float FloatDatatype.valueOf(String s)
           
 Double DoubleDatatype.valueOf(String s)
           
static DLNADoc DLNADoc.valueOf(String s)
           
static DLNACaps DLNACaps.valueOf(String s)
           
static DeviceType DeviceType.valueOf(String s)
           
 Calendar DateTimeDatatype.valueOf(String s)
           
 V Datatype.valueOf(String s)
          Transforms a string representation into a value of the supported type.
 String CustomDatatype.valueOf(String s)
           
 Character CharacterDatatype.valueOf(String s)
           
static BytesRange BytesRange.valueOf(String s)
           
 Boolean BooleanDatatype.valueOf(String s)
           
 byte[] BinHexDatatype.valueOf(String s)
           
 byte[] Base64Datatype.valueOf(String s)
           
 V AbstractDatatype.valueOf(String s)
           
static BytesRange BytesRange.valueOf(String s, String rangePrefix)
           
 

Uses of InvalidValueException in org.fourthline.cling.model.types.csv
 

Methods in org.fourthline.cling.model.types.csv that throw InvalidValueException
protected  Datatype.Builtin CSV.getBuiltinDatatype()
           
protected  List CSV.parseString(String s)
           
 

Constructors in org.fourthline.cling.model.types.csv that throw InvalidValueException
CSV(String s)
           
CSVBoolean(String s)
           
CSVBytes(String s)
           
CSVCharacter(String s)
           
CSVDate(String s)
           
CSVDouble(String s)
           
CSVFloat(String s)
           
CSVInteger(String s)
           
CSVShort(String s)
           
CSVString(String s)
           
CSVUnsignedIntegerFourBytes(String s)
           
CSVUnsignedIntegerOneByte(String s)
           
CSVUnsignedIntegerTwoBytes(String s)
           
CSVURI(String s)
           
 



Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.