Class MissingSubstatementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opendaylight.yangtools.yang.model.api.meta.StatementSourceException
org.opendaylight.yangtools.yang.parser.spi.source.SourceException
org.opendaylight.yangtools.yang.parser.spi.meta.MissingSubstatementException
- All Implemented Interfaces:
Serializable
Thrown when there was Missing element in yang file.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingSubstatementException
(@NonNull String message, @NonNull StatementSourceReference source) MissingSubstatementException
(@NonNull String message, @NonNull StatementSourceReference source, Throwable cause) MissingSubstatementException
(@NonNull StatementSourceReference source, @NonNull String format, Object... args) MissingSubstatementException
(@NonNull CommonStmtCtx stmt, @NonNull String format, Object... args) -
Method Summary
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.source.SourceException
throwIf, throwIf, throwIfNull, throwIfNull, unwrap, unwrap
Methods inherited from class org.opendaylight.yangtools.yang.model.api.meta.StatementSourceException
sourceRef, throwNSE
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingSubstatementException
public MissingSubstatementException(@NonNull String message, @NonNull StatementSourceReference source) -
MissingSubstatementException
public MissingSubstatementException(@NonNull String message, @NonNull StatementSourceReference source, Throwable cause) -
MissingSubstatementException
public MissingSubstatementException(@NonNull CommonStmtCtx stmt, @NonNull String format, Object... args) -
MissingSubstatementException
public MissingSubstatementException(@NonNull StatementSourceReference source, @NonNull String format, Object... args)
-