Class NoSuchPropertyProblem

  • All Implemented Interfaces:
    java.io.Serializable, org.zalando.problem.Exceptional, org.zalando.problem.Problem

    public class NoSuchPropertyProblem
    extends org.zalando.problem.AbstractThrowableProblem
    Custom AbstractThrowableProblem's extension .
    Since:
    1.1
    Author:
    Martynenko Anton
    See Also:
    AbstractThrowableProblem, Serialized Form
    • Field Summary

      • Fields inherited from interface org.zalando.problem.Problem

        DEFAULT_TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSuchPropertyProblem​(java.lang.String property)
      Custom constructor which should be used when JsExecution has no requested property .
    • Method Summary

      • Methods inherited from class org.zalando.problem.AbstractThrowableProblem

        getDetail, getInstance, getParameters, getStatus, getTitle, getType
      • Methods inherited from class org.zalando.problem.ThrowableProblem

        getCause, getMessage, toString
      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.zalando.problem.Exceptional

        propagate, propagateAs
    • Constructor Detail

      • NoSuchPropertyProblem

        public NoSuchPropertyProblem​(@NotNull
                                     java.lang.String property)
        Custom constructor which should be used when JsExecution has no requested property .
        Parameters:
        property - unknown requested property
        Since:
        1.1