org.osjava.jardiff
Class DiffException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DiffException
public DiffException(Exception toWrap)
- Create a new DiffException wrapping another exception.
- Parameters:
toWrap - the wrapped exception
Copyright © 2005-2006 OSJava. All Rights Reserved.