org.osjava.jardiff
Class DiffException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.osjava.jardiff.DiffException
All Implemented Interfaces:
java.io.Serializable

public class DiffException
extends java.lang.Exception

A wrapper exception classes for various exceptions that can happen whilst performing a diff.

Author:
Antony Riley
See Also:
Serialized Form

Constructor Summary
DiffException(java.lang.Exception toWrap)
          Create a new DiffException wrapping another exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiffException

public DiffException(java.lang.Exception toWrap)
Create a new DiffException wrapping another exception.

Parameters:
toWrap - the wrapped exception