Project

General

Profile

« Previous | Next » 

Revision 5115

Added by daigle over 14 years ago

Format and add comments.

View differences:

PermOrderException.java
1 1
/**
2 2
 *  '$RCSfile$'
3
 *    Purpose: An Exception thrown when an error occurs because an 
4
 *             AccessionNumber was invalid or used incorrectly
5
 *  Copyright: 2008 Regents of the University of California and the
3
 *    Purpose: An Exception thrown when an error occurs because of a 
4
 *             permission order conflict
5
 *  Copyright: 2009 Regents of the University of California and the
6 6
 *             National Center for Ecological Analysis and Synthesis
7 7
 *    Authors: Michael Daigle
8 8
 *
......
31 31

  
32 32

  
33 33
/**
34
 * Exception thrown when an error occurs in a configuration administrative
35
 * class
34
 * Exception thrown when an error occurs with a permission order
36 35
 */
37 36
public class PermOrderException extends BaseException {
38 37
	

Also available in: Unified diff