public class ReactorException extends Exception
| Constructor and Description |
|---|
ReactorException(ModelProcessingPhase phase,
String message,
org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier sourceId) |
ReactorException(ModelProcessingPhase phase,
String message,
org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier sourceId,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ModelProcessingPhase |
getPhase() |
org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier |
getSourceIdentifier() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReactorException(ModelProcessingPhase phase, String message, org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier sourceId, Throwable cause)
public ReactorException(ModelProcessingPhase phase, String message, org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier sourceId)
public final ModelProcessingPhase getPhase()
public final org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier getSourceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.