public class ConvertException extends Exception
| Constructor and Description |
|---|
ConvertException(ConvertContext convertContext,
Object provokingValue,
Message errMsg) |
ConvertException(ConvertContext convertContext,
Object provokingValue,
String message) |
ConvertException(ConvertContext convertContext,
Object provokingValue,
String message,
Throwable cause) |
ConvertException(ConvertContext convertContext,
Object provokingValue,
Throwable cause) |
ConvertException(ConvertContext convertContext,
Object provokingValue,
Throwable cause,
Message errMsg) |
| Modifier and Type | Method and Description |
|---|---|
ConvertContext |
getConvertContext()
Returns the conversion context.
|
Message |
getErrMsg()
Returns the current error message.
|
Object |
getProvokingValue() |
void |
setErrMsg(Message errMsg)
Store a Message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConvertException(ConvertContext convertContext, Object provokingValue, Throwable cause)
convertContext - The conversion contextprovokingValue - The value related to the vonversion attemptcause - Cause of this exceptionpublic ConvertException(ConvertContext convertContext, Object provokingValue, String message, Throwable cause)
convertContext - The conversion contextprovokingValue - The value related to the vonversion attemptmessage - Exception message as Stringcause - Cause of this exceptionpublic ConvertException(ConvertContext convertContext, Object provokingValue, String message)
convertContext - The conversion contextprovokingValue - The value related to the vonversion attemptmessage - Exception message as Stringpublic ConvertException(ConvertContext convertContext, Object provokingValue, Message errMsg)
convertContext - The conversion contextprovokingValue - The value related to the vonversion attempterrMsg - Exception messagepublic ConvertException(ConvertContext convertContext, Object provokingValue, Throwable cause, Message errMsg)
convertContext - The conversion contextprovokingValue - The value related to the vonversion attemptcause - Cause of this exceptionerrMsg - Exception messagepublic final void setErrMsg(Message errMsg)
errMsg - New value of errMsg.getErrMsg()public final Message getErrMsg()
setErrMsg(Message)public ConvertContext getConvertContext()
public Object getProvokingValue()
Copyright © 2006–2018 Esito AS. All rights reserved.