public class InvalidArgumentException extends UaException
| Constructor and Description |
|---|
InvalidArgumentException(StatusCode[] inputArgumentResults) |
InvalidArgumentException(StatusCode[] inputArgumentResults,
DiagnosticInfo[] inputArgumentDiagnosticInfos) |
| Modifier and Type | Method and Description |
|---|---|
DiagnosticInfo[] |
getInputArgumentDiagnosticInfos()
Get the corresponding
DiagnosticInfos for each input argument value, if supported. |
StatusCode[] |
getInputArgumentResults()
Get the corresponding
StatusCodes for each input argument value. |
extract, extractStatusCode, getMessage, getStatusCode, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidArgumentException(StatusCode[] inputArgumentResults)
public InvalidArgumentException(StatusCode[] inputArgumentResults, DiagnosticInfo[] inputArgumentDiagnosticInfos)
public StatusCode[] getInputArgumentResults()
StatusCodes for each input argument value.StatusCodes for each input argument value.public DiagnosticInfo[] getInputArgumentDiagnosticInfos()
DiagnosticInfos for each input argument value, if supported.DiagnosticInfos for each input argument value, if supported.Copyright © 2021. All rights reserved.