Class CantCompareException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spincast.core.exceptions.CantCompareException
All Implemented Interfaces:
Serializable

public class CantCompareException extends RuntimeException
Exception thrown when an element from an JsonObject or from an JsonArray can't be compared to another.
See Also:
  • Constructor Details

    • CantCompareException

      public CantCompareException(String actualType, String invalidTargetType, Object value)
      Constructor
  • Method Details

    • getActualType

      public String getActualType()
    • getInvalidTargetType

      public String getInvalidTargetType()
    • getValue

      public Object getValue()