public class NonNullableFieldWasNullException extends RuntimeException
Constructor and Description |
---|
NonNullableFieldWasNullException(ExecutionStepInfo executionStepInfo,
ExecutionPath path) |
NonNullableFieldWasNullException(NonNullableFieldWasNullException previousException) |
Modifier and Type | Method and Description |
---|---|
ExecutionStepInfo |
getExecutionStepInfo() |
ExecutionPath |
getPath() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public NonNullableFieldWasNullException(ExecutionStepInfo executionStepInfo, ExecutionPath path)
public NonNullableFieldWasNullException(NonNullableFieldWasNullException previousException)
public ExecutionStepInfo getExecutionStepInfo()
public ExecutionPath getPath()
Copyright © 2019. All rights reserved.