Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.sourcejammer.server.source
Class InvalidSourceException  view InvalidSourceException download InvalidSourceException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sourcejammer.util.SourceJammerExceptionChain
              extended byorg.sourcejammer.server.source.InvalidSourceException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSourceException
extends org.sourcejammer.util.SourceJammerExceptionChain

Title: SourceJammer Description: Server code for SourceJammer Java open-source source control project. Copyright: Copyright (c) 2001 Company: Robert MacGrogan

Version:
1.0

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.sourcejammer.util.SourceJammerExceptionChain
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidSourceException()
           
InvalidSourceException(java.lang.String msg)
           
InvalidSourceException(java.lang.String msg, java.lang.Exception ex)
           
 
Methods inherited from class org.sourcejammer.util.SourceJammerExceptionChain
getMessage, getPrevException, getProcessExceptionChain, printStackTrace, printStackTrace, printStackTrace, setProcessExceptionChain, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSourceException

public InvalidSourceException()

InvalidSourceException

public InvalidSourceException(java.lang.String msg)

InvalidSourceException

public InvalidSourceException(java.lang.String msg,
                              java.lang.Exception ex)