dsg.smart
Class ResearcherID.FormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydsg.smart.ResearcherID.FormatException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ResearcherID

public static class ResearcherID.FormatException
extends java.lang.Exception

Problem in the format of a ResearcherID, when converting from a String.

See Also:
Serialized Form

Constructor Summary
ResearcherID.FormatException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResearcherID.FormatException

public ResearcherID.FormatException()