Class SomeModifiersUnresolvedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException
org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSomeModifiersUnresolvedException
(ModelProcessingPhase phase, SourceIdentifier sourceId, Throwable cause) -
Method Summary
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException
getPhase, getSourceIdentifier
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SomeModifiersUnresolvedException
public SomeModifiersUnresolvedException(ModelProcessingPhase phase, SourceIdentifier sourceId, Throwable cause)
-