public class MapperConfigurationException extends RuntimeException
| Constructor and Description |
|---|
MapperConfigurationException()
Creates a new instance of
MapDefinitionException without detail message. |
MapperConfigurationException(String message)
Constructs an instance of
MapDefinitionException with the specified detail
message. |
MapperConfigurationException(String message,
Throwable throwable)
Constructs an instance of
MapDefinitionException with the specified detail
message and inner exception. |
MapperConfigurationException(Throwable throwable)
Constructs an instance of
MapDefinitionException with the specified inner
exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MapperConfigurationException()
MapDefinitionException without detail message.public MapperConfigurationException(String message)
MapDefinitionException with the specified detail
message.message - The detail message.public MapperConfigurationException(Throwable throwable)
MapDefinitionException with the specified inner
exception.throwable - The inner exception.Copyright © 2014. All rights reserved.