Class ObjectMissingException

All Implemented Interfaces:
Serializable

public class ObjectMissingException extends PrintException
Thrown when an attribute is missing in the spec.
See Also:
  • Constructor Details

    • ObjectMissingException

      public ObjectMissingException(PElement pJsonObject, String key)
      Constructor.
      Parameters:
      pJsonObject - the json object queried
      key - the key that was expected to exist.