Uses of Class
org.molgenis.vibe.core.exceptions.InvalidStringFormatException
-
Packages that use InvalidStringFormatException Package Description org.molgenis.vibe.core.formats -
-
Uses of InvalidStringFormatException in org.molgenis.vibe.core.formats
Methods in org.molgenis.vibe.core.formats that throw InvalidStringFormatException Modifier and Type Method Description protected StringEntity. retrieveIdFromString(String fullString)Validates and retrieves the ID from aStringdescribing an id (that also includes other information such as a prefix).static Source.LevelSource.Level. retrieveLevelByString(String levelString)Retrieves theSource.Levelbased on aString.Constructors in org.molgenis.vibe.core.formats that throw InvalidStringFormatException Constructor Description Disease(String id, String name)Disease(URI uri, String name)Source(URI uri, String name, String level)A constructor for describing a source with anURIid from an RDF database.
-