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, toString
public NoSuchMappingException(String s)
s
- the detail message.NullPointerException
- if s is null.Copyright © 2011–2021. All rights reserved.