Uses of Class
helix.graph.model.IllegalValueException

Packages that use IllegalValueException
helix.graph.model   
helix.graph.model.impl   
 

Uses of IllegalValueException in helix.graph.model
 

Methods in helix.graph.model that throw IllegalValueException
 boolean RegistryValue.toBoolean()
           
 float RegistryValue.toFloat()
           
 int RegistryValue.toInt()
           
 String RegistryValue.toString()
          Get a String representation of this instance value note: this representation may not be suitable as the constructor argument, use serialize() instead.
 

Uses of IllegalValueException in helix.graph.model.impl
 

Methods in helix.graph.model.impl that throw IllegalValueException
 Vertex RVertex.set(Vertex v)
           
 int RColorSet.singleColor()
          if this ColorSet has a single color return this color else throws an IllegalValueException
 boolean RVoid.toBoolean()
           
 boolean RVertexSet.toBoolean()
           
 boolean RVertexList.toBoolean()
           
 boolean RVertexArray.toBoolean()
           
 boolean RVertex.toBoolean()
           
 boolean RObject.toBoolean()
           
 float RVoid.toFloat()
           
 float RVertexSet.toFloat()
           
 float RVertexList.toFloat()
           
 float RVertexArray.toFloat()
           
 float RVertex.toFloat()
           
 float RObject.toFloat()
           
 float AbstractRegistryValue.toFloat()
           
 int RVoid.toInt()
           
 int RVertexSet.toInt()
           
 int RVertexList.toInt()
           
 int RVertexArray.toInt()
           
 int RVertex.toInt()
           
 int RObject.toInt()
           
 int AbstractRegistryValue.toInt()
           
 String RVoid.toString()
           
 

Constructors in helix.graph.model.impl that throw IllegalValueException
RColorSet(String s)
          constructor : make a RColorSet by parsing the binary string argument (e.g.
RFloat(String s)
           
RInteger(String s)
           
RObject(Object o)
           
RString(String s)
           
RVertex(Vertex v)