Uses of Class
org.apache.commons.id.uuid.UUIDFormatException

Packages that use UUIDFormatException
org.apache.commons.id.uuid This package contains UUID (Universally Unique Identifier) generator implementations and supporting classes. 
 

Uses of UUIDFormatException in org.apache.commons.id.uuid
 

Methods in org.apache.commons.id.uuid that throw UUIDFormatException
static UUID UUID.fromString(java.lang.String uuidString)
          Parses a string for a UUID.
 

Constructors in org.apache.commons.id.uuid that throw UUIDFormatException
UUID(java.lang.String uuidString)
          Constructs a UUID from a UUID formatted String.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.