Uses of Class
edu.ucsb.nceas.metacat.McdbException

Packages that use McdbException
edu.ucsb.nceas.metacat   
 

Uses of McdbException in edu.ucsb.nceas.metacat
 

Subclasses of McdbException in edu.ucsb.nceas.metacat
 class McdbDocNotFoundException
          Exception thrown when an error occurs because a document with a given ID could not be found in the metacat database.
 

Methods in edu.ucsb.nceas.metacat that throw McdbException
 java.lang.String DocumentImpl.readUsingSlowAlgorithm()
          Get a text representation of the XML document as a string This older algorithm uses a recursive tree of Objects to represent the nodes of the tree.
 void DocumentImpl.toXml(java.io.Writer pw)
          Print a text representation of the XML document to a Writer
 java.util.zip.ZipOutputStream DBQuery.getZippedPackage(java.lang.String docIdString, javax.servlet.ServletOutputStream out, java.lang.String user, java.lang.String[] groups)
          put a data packadge into a zip output stream
 

Constructors in edu.ucsb.nceas.metacat that throw McdbException
DocumentImpl(java.sql.Connection conn, java.lang.String docid, boolean readNodes)
          Constructor used to create a document and read the document information from the database.
DocumentImpl(java.sql.Connection conn, java.lang.String docid)
          Constructor, creates document from database connection, used for reading the document
RelationHandler(java.lang.String docid, java.sql.Connection conn)
          Constructor for this class.
AccessControlList(java.sql.Connection conn, java.lang.String aclid, java.lang.String user, java.lang.String[] groups, int serverCode)
          Construct an instance of the AccessControlList class.
 



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