com.cloudbees.diff
Class PatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cloudbees.diff.PatchException
All Implemented Interfaces:
Serializable

public final class PatchException
extends Exception

The patch is invalid or cannot be applied on the specified file.

Author:
Maros Sandor
See Also:
Serialized Form

Constructor Summary
PatchException(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

PatchException

public PatchException(String msg)


Copyright © 2011-2012. All Rights Reserved.