org.osjava.jardiff
Class DiffException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.osjava.jardiff.DiffException
All Implemented Interfaces:
Serializable

public class DiffException
extends 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(Exception toWrap)
          Create a new DiffException wrapping another exception.
 
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(Exception toWrap)
Create a new DiffException wrapping another exception.

Parameters:
toWrap - the wrapped exception


Copyright © 2005-2006 OSJava. All Rights Reserved.