java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SomeModifiersUnresolvedException

public class ReactorException extends Exception
See Also:
  • Constructor Details

    • ReactorException

      public ReactorException(ModelProcessingPhase phase, String message, org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier sourceId, Throwable cause)
    • ReactorException

      public ReactorException(ModelProcessingPhase phase, String message, org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier sourceId)
  • Method Details

    • getPhase

      public final ModelProcessingPhase getPhase()
    • getSourceIdentifier

      public final org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier getSourceIdentifier()