Class InvalidJsonValueException

All Implemented Interfaces:
Serializable

public class InvalidJsonValueException extends PrintException
Thrown when an attribute has an invalid value in the spec.
See Also:
  • Constructor Details

    • InvalidJsonValueException

      public InvalidJsonValueException(PElement element, String key, Object value)
      Constructor.
      Parameters:
      element - element that was queried
      key - key that was desired
      value - the illegal value obtained.
    • InvalidJsonValueException

      public InvalidJsonValueException(PElement element, String key, Object value, Throwable e)
      Constructor.
      Parameters:
      element - element that was queried
      key - key that was desired
      value - the illegal value obtained.
      e - the exception to wrap by this exception
  • Method Details