public static class OD.NotFoundException extends RuntimeException
This exception may be thrown from OD.get(type,tags)
if no binding matches (type,tags).
This is a RuntimeException; it is considered a configuration error, and it is not supposed to happen.
Instance Methods | |
---|---|
String |
getMessage() |
ClassType<?> |
getType()
The `type` in
OD.get(type,tags) . |
Object[] |
getTags()
The `tags` in
OD.get(type,tags) . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getMessage()
getMessage
in class Throwable
public ClassType<?> getType()
OD.get(type,tags)
.public Object[] getTags()
OD.get(type,tags)
.