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

Quick Search    Search Deep

JLibDiff
Class DiffFormatException  view DiffFormatException download DiffFormatException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.sourcejammer.util.SourceJammerExceptionChain
              extended byJLibDiff.DiffFormatException
All Implemented Interfaces:
java.io.Serializable

public class DiffFormatException
extends org.sourcejammer.util.SourceJammerExceptionChain

Title: $FileName: Util.java$

Version:
$VerNum: 7$ $KeyWordsOff: $

Throws if there is an exception in building a diff.

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

DiffFormatException

public DiffFormatException()
Constructor for DiffFormatException.


DiffFormatException

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


DiffFormatException

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