SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

Uses of Class
org.sourcejammer.util.SourceJammerExceptionChain

Packages that use SourceJammerExceptionChain
org.sourcejammer.client.commandline   
org.sourcejammer.client.filesys   
org.sourcejammer.client.gui   
org.sourcejammer.project   
org.sourcejammer.project.controller   
org.sourcejammer.project.model   
org.sourcejammer.server.make   
org.sourcejammer.server.security   
org.sourcejammer.server.source   
org.sourcejammer.util   
org.sourcejammer.xml   
 

Uses of SourceJammerExceptionChain in org.sourcejammer.client.commandline
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.client.commandline
 interface CLCommandException
          Thrown if there is an exception in executing a CLCommand.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.client.filesys
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.client.filesys
 interface ImproperFileException
          This exception is throws if the SJ client has trouble reading or accessing a file, or if the file is in an unexpected state.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.client.gui
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.client.gui
 interface GUICommandException
          Title: SourceJammer Client 1.1 Description: Copyright: Copyright (c) 2001 Company:
 interface NoSelectionException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 

Uses of SourceJammerExceptionChain in org.sourcejammer.project
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.project
 interface NodeDoesNotExistException
          This exception is thrown if a node is requested but the node does not exist.
 interface NodeExistsException
          This exception is thrown if a node already exists
 

Uses of SourceJammerExceptionChain in org.sourcejammer.project.controller
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.project.controller
 interface FileAlreadyExistsException
          This exception is thrown if an attept is made to create a file when the file already exists.
 interface FileDoesNotExistException
          This exception is thrown if a File is requested but the File does not exist.
 interface NoSuchVersionException
          Thrown if a requested version of a file does not exist.
 interface ProjectAlreadyExistsException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 interface ProjectDoesNotExistException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 interface WrongFileTypeException
          This exception is thrown if a binary method is called on a text file, or vice versa.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.project.model
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.project.model
 interface FileAccessException
          Thrown if the system cannot access a file due possibly to an IOException or an SQL or database connection exception.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.server.make
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.server.make
 interface EndOfSourceException
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
 interface NoBytesToAddException
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
 interface NoBytesToSkipException
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.server.security
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.server.security
 interface CheckInException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 interface CheckOutException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 interface InvalidPasswordException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 interface NoSuchSessionException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 interface ObjectLockingException
          Title: SourceJammer 1.1 Description: Copyright: Copyright (c) 2001 Company: SourceJammer
 interface SecurityException
          Super class for all security exceptions.
 interface UserDoesNotExistException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 interface UserExistsException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 

Uses of SourceJammerExceptionChain in org.sourcejammer.server.source
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.server.source
 interface InvalidSourceException
          Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project.
 interface TextFileException
          Title: Description: Copyright: Copyright (c) 2001 Company:
 

Uses of SourceJammerExceptionChain in org.sourcejammer.util
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.util
 interface CacheException
          Thrown if there is an exception reading from or writing to a cache.
 interface SourceJammerConnectionException
          Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:
 interface SourceJammerVersionException
          Throws when an exception occurs because of a mismatch in SourceJammer Versions.
 

Uses of SourceJammerExceptionChain in org.sourcejammer.xml
 

Subclasses of SourceJammerExceptionChain in org.sourcejammer.xml
 interface XMLNodeDoesNotExistException
          Thrown if a node requested in an XML doc does not exist.
 


SourceJammer 1.1.0 March 1, 2002
Copyright (c) 2001, 2002 Robert MacGrogan