org.sourcejammer.project.controller
Class BranchReportException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sourcejammer.util.SourceJammerExceptionChain
                    |
                    +--org.sourcejammer.project.controller.BranchReportException
All Implemented Interfaces:
java.io.Serializable

public class BranchReportException
extends org.sourcejammer.util.SourceJammerExceptionChain

Title: $FileName: BranchReportException.java$

Version:
$VerNum: 1$
Author:
$AuthorName: Rob MacGrogan$

$Description: $
$KeyWordsOff: $
See Also:
Serialized Form

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
BranchReportException()
          Constructor for BranchReportException.
BranchReportException(java.lang.String msg)
          Constructor for BranchReportException.
BranchReportException(java.lang.String msg, java.lang.Exception ex)
          Constructor for BranchReportException.
 
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

BranchReportException

public BranchReportException()
Constructor for BranchReportException.


BranchReportException

public BranchReportException(java.lang.String msg)
Constructor for BranchReportException.

Parameters:
msg -

BranchReportException

public BranchReportException(java.lang.String msg,
                             java.lang.Exception ex)
Constructor for BranchReportException.

Parameters:
msg -
ex -


Copyright © 2003 Soucejammer project.