Package com.onwbp.base.text
Class ConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.onwbp.base.text.ConversionException
-
- All Implemented Interfaces:
Serializable
public class ConversionException extends RuntimeException
This exception is thrown whenever a conversion problem occurs.
-
-
Constructor Summary
Constructors Constructor Description ConversionException(String aMsg)
ConversionException(String aMsg, Throwable aCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserMessage
getConversionMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getConversionMessage
public UserMessage getConversionMessage()
-
-