org.edg.data.util
Class InvalidCatalogEntryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.edg.data.util.DataError
                          |
                          +--org.edg.data.util.InvalidCatalogEntryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCatalogEntryException
extends DataError

An Exception thrown by the catalog when it is asked for an entry it does not contain. This is an unckecked runtime error, i.e. you dont need to check for/declare it unless you want to in each method in the calling stack.

Version:
$ Id:$
Author:
James Casey
See Also:
Serialized Form

Constructor Summary
InvalidCatalogEntryException(java.lang.String entryName)
           
InvalidCatalogEntryException(java.lang.String entryName, java.lang.String message)
           
 
Method Summary
 java.lang.String getEntryName()
          Get the name of the invalid entry
 
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

InvalidCatalogEntryException

public InvalidCatalogEntryException(java.lang.String entryName,
                                    java.lang.String message)

InvalidCatalogEntryException

public InvalidCatalogEntryException(java.lang.String entryName)
Method Detail

getEntryName

public java.lang.String getEntryName()
Get the name of the invalid entry