public class MappingException extends RuntimeException
| Constructor and Description |
|---|
MappingException(String message,
AbstractLocator... locators) |
MappingException(String message,
Throwable cause,
AbstractLocator... locators) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MappingException(String message, AbstractLocator... locators)
message - the message to prepend to the constructed messagelocators - the locatorspublic MappingException(String message, Throwable cause, AbstractLocator... locators)
message - the message to prepend to the constructed messagecause - the cause of the exceptionlocators - the locatorsCopyright © 2012-2013 Batoo. All Rights Reserved.