public class NoSuchMappingException extends RuntimeException
| Constructor and Description |
|---|
NoSuchMappingException(String s)
Creates a new exception with a specified detail message.
|
addSuppressed, 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–2016. All rights reserved.