Class NoSuchPropertyProblem
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zalando.problem.ThrowableProblem
-
- org.zalando.problem.AbstractThrowableProblem
-
- com.anton.martynenko.jswrapper.jsexecution.problem.NoSuchPropertyProblem
-
- All Implemented Interfaces:
java.io.Serializable
,org.zalando.problem.Exceptional
,org.zalando.problem.Problem
public class NoSuchPropertyProblem extends org.zalando.problem.AbstractThrowableProblem
CustomAbstractThrowableProblem
's extension .- Since:
- 1.1
- Author:
- Martynenko Anton
- See Also:
AbstractThrowableProblem
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPropertyProblem(java.lang.String property)
Custom constructor which should be used whenJsExecution
has no requested property .
-
Method Summary
-
Methods inherited from class org.zalando.problem.AbstractThrowableProblem
getDetail, getInstance, getParameters, getStatus, getTitle, getType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
NoSuchPropertyProblem
public NoSuchPropertyProblem(@NotNull java.lang.String property)
Custom constructor which should be used whenJsExecution
has no requested property .- Parameters:
property
- unknown requested property- Since:
- 1.1
-
-