difflib
Class PatchFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by difflib.DiffException
              extended by 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

Constructor Summary
PatchFailedException()
           
PatchFailedException(String msg)
           
 
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

PatchFailedException

public PatchFailedException()

PatchFailedException

public PatchFailedException(String msg)


Copyright © 2009-2013. All Rights Reserved.