public class UnexpectedElementException extends DocumentedException
DocumentedException.ErrorSeverity, DocumentedException.ErrorTag, DocumentedException.ErrorType
ERROR_APP_TAG, ERROR_INFO, ERROR_MESSAGE, ERROR_PATH, ERROR_SEVERITY, ERROR_TAG, ERROR_TYPE, RPC_ERROR
Constructor and Description |
---|
UnexpectedElementException(String message,
DocumentedException.ErrorType errorType,
DocumentedException.ErrorTag errorTag,
DocumentedException.ErrorSeverity errorSeverity) |
UnexpectedElementException(String message,
DocumentedException.ErrorType errorType,
DocumentedException.ErrorTag errorTag,
DocumentedException.ErrorSeverity errorSeverity,
Map<String,String> errorInfo) |
fromXMLDocument, getErrorInfo, getErrorSeverity, getErrorTag, getErrorType, toString, toXMLDocument, wrap, wrap, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public UnexpectedElementException(String message, DocumentedException.ErrorType errorType, DocumentedException.ErrorTag errorTag, DocumentedException.ErrorSeverity errorSeverity)
public UnexpectedElementException(String message, DocumentedException.ErrorType errorType, DocumentedException.ErrorTag errorTag, DocumentedException.ErrorSeverity errorSeverity, Map<String,String> errorInfo)
Copyright © 2019 OpenDaylight. All rights reserved.