com.nothome.delta
Class PatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.nothome.delta.PatchException
All Implemented Interfaces:
Serializable

public class PatchException
extends IOException

Thrown when a patch is invalid.

See Also:
Serialized Form

Constructor Summary
PatchException()
          Creates a new instance of PatchException without detail message.
PatchException(String msg)
          Constructs an instance of PatchException with the specified detail message.
 
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()
Creates a new instance of PatchException without detail message.


PatchException

public PatchException(String msg)
Constructs an instance of PatchException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2003-2008. All Rights Reserved.