net.riotopsys.json_patch
Class JsonPatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.riotopsys.json_patch.JsonPatchException
All Implemented Interfaces:
Serializable

public class JsonPatchException
extends RuntimeException

Created by afitzgerald on 8/5/14.

See Also:
Serialized Form

Constructor Summary
JsonPatchException()
           
JsonPatchException(String message)
           
JsonPatchException(Throwable cause)
           
 
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

JsonPatchException

public JsonPatchException()

JsonPatchException

public JsonPatchException(String message)

JsonPatchException

public JsonPatchException(Throwable cause)


Copyright © 2014. All rights reserved.