org.edg.data.util
Class InvalidCatalogException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.util.InvalidCatalogException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCatalogException
extends DataException

An exception for the case of a catalog not being valid.

Version:
$Id: InvalidCatalogException.java,v 1.4 2004/03/25 14:47:25 jamesc Exp $
Author:
James Casey
See Also:
Serialized Form

Constructor Summary
InvalidCatalogException(java.lang.String name, java.lang.String vendor, java.lang.String message)
          Constructs an InvalidCatalogException with the specified detail message.
 
Method Summary
 java.lang.String getName()
          Get the name of the invalid catalog
 java.lang.String getVendor()
          Get the vendor of the invalid catalog
 
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

InvalidCatalogException

public InvalidCatalogException(java.lang.String name,
                               java.lang.String vendor,
                               java.lang.String message)
Constructs an InvalidCatalogException with the specified detail message.

Parameters:
name - the pfn
vendor - the vendor string
message - detail message
Method Detail

getName

public java.lang.String getName()
Get the name of the invalid catalog


getVendor

public java.lang.String getVendor()
Get the vendor of the invalid catalog