Class JSONTypeMismatchException

    • Constructor Summary

      Constructors 
      Constructor Description
      JSONTypeMismatchException​(java.lang.String location, JSONType requiredType, java.lang.Class<? extends java.lang.Object> invalidClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends java.lang.Object> getInvalidClass()  
      java.lang.String getLocation()  
      JSONType getRequiredType()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait