gov.sns.xal.smf.data
Class XMLDataManager.MissingUrlForGroup

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gov.sns.xal.smf.data.XMLDataManager.MissingUrlForGroup
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XMLDataManager

protected class XMLDataManager.MissingUrlForGroup
extends java.lang.RuntimeException

Exception thrown when a URL has not been specified for the given group and an attempt is made to read or write the group.

See Also:
Serialized Form

Constructor Summary
XMLDataManager.MissingUrlForGroup(java.lang.String note)
           
 
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

XMLDataManager.MissingUrlForGroup

public XMLDataManager.MissingUrlForGroup(java.lang.String note)