Package com.jbstrap.core.dao.exception
Class ViewMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jbstrap.core.dao.exception.ViewMappingException
- All Implemented Interfaces:
Serializable
This exception is thrown when any error is encountered during the view mapping
- Since:
- 4.0
- Author:
- JBStrap
- See Also:
-
Constructor Summary
ConstructorDescriptionViewMappingException
(String exceptionMessageKey, Throwable e, Object... args) The exception is thrown when any error is encountered during the view mapping.The error message is created, based on the message parameters and the message key. -
Method Summary
Modifier and TypeMethodDescriptionGets the exception message source keyMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ViewMappingException
The exception is thrown when any error is encountered during the view mapping.The error message is created, based on the message parameters and the message key. The stack trace originates from the error that is specified in the parameter.- Parameters:
exceptionMessageKey
- The error message key, which is a message source keye
- The original exceptionargs
- Error message parameters (message source message arguments)
-
-
Method Details
-
getExceptionMessageKey
Gets the exception message source key- Returns:
- The exception message key
-