Serializablepublic class NoSuchMappingException extends RuntimeException
| Constructor | Description |
|---|---|
NoSuchMappingException(String s) |
Creates a new exception with a specified detail message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchMappingException(String s)
s - the detail message.NullPointerException - if s is null.Copyright © 2011–2019. All rights reserved.