com.arbortext.catalog
Class InvalidCatalogEntryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.arbortext.catalog.InvalidCatalogEntryException

public class InvalidCatalogEntryException
extends java.lang.Exception

Signal bad Catalog entry

This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.

This exception is thrown if an attempt is made to create a CatalogEntry instance with the wrong number of arguments or an obviously erroneous argument.

See Also:
Serialized Form

Constructor Summary
InvalidCatalogEntryException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCatalogEntryException

public InvalidCatalogEntryException()