public final class UnknownFieldException extends RuntimeException
| Constructor and Description |
|---|
UnknownFieldException(String msgName,
String field)
Constructs an exception for the given message name and
field name.
|
| Modifier and Type | Method and Description |
|---|---|
String |
field()
Returns the unknown field name.
|
String |
messageName()
Returns the message class name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2019. All rights reserved.