difflib
Class PatchFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
difflib.DiffException
difflib.PatchFailedException
- All Implemented Interfaces:
- Serializable
public class PatchFailedException
- extends DiffException
Thrown whenever a delta cannot be applied as a patch to a given text.
- Author:
- Juanco Anez
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PatchFailedException
public PatchFailedException()
PatchFailedException
public PatchFailedException(String msg)
Copyright © 2009-2013. All Rights Reserved.