public class ConfigMeMapperException extends ConfigMeException
| Constructor and Description |
|---|
ConfigMeMapperException(MappingContext mappingContext,
String message)
Creates an exception which incorporates the mapping context's description into the provided message.
|
ConfigMeMapperException(String message)
Constructor.
|
ConfigMeMapperException(String message,
Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigMeMapperException(String message)
message - the exception messagepublic ConfigMeMapperException(MappingContext mappingContext, String message)
mappingContext - the mapping context with which the message should be extendedmessage - basic message to extendCopyright © 2016–2018 The AuthMe Team. All rights reserved.