Class ObjectMissingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ObjectMissingException
    extends PrintException
    Thrown when an attribute is missing in the spec.
    See Also:
    Serialized Form
    • Method Summary

      • 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
    • Constructor Detail

      • ObjectMissingException

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