edu.ucsb.nceas.morpho.plugins
Class DocumentNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.ucsb.nceas.morpho.plugins.DocumentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DocumentNotFoundException
extends java.lang.Exception

This exception is thrown when a requested document cannot be found

See Also:
Serialized Form

Constructor Summary
DocumentNotFoundException(java.lang.String message)
           
 
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

DocumentNotFoundException

public DocumentNotFoundException(java.lang.String message)


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.