Uses of Class
fedora.common.MalformedPIDException

Packages that use MalformedPIDException
fedora.common   
 

Uses of MalformedPIDException in fedora.common
 

Methods in fedora.common that throw MalformedPIDException
static PID PID.fromFilename(java.lang.String filenameString)
          Construct a PID given a filename of the form produced by toFilename(), throwing a MalformedPIDException if it's not well-formed.
static java.lang.String PID.normalize(java.lang.String pidString)
          Return the normalized form of the given pid string, or throw a MalformedPIDException.
 

Constructors in fedora.common that throw MalformedPIDException
PID(java.lang.String pidString)
          Construct a PID from a string, throwing a MalformedPIDException if it's not well-formed.