public static class RateCategory.RateException extends GeneralException
GeneralException.Debug| Constructor and Description |
|---|
RateCategory.RateException(java.lang.String msg)
Constructor for other exception when there isn't an underlying cause
|
RateCategory.RateException(java.lang.String location,
java.lang.String text,
java.lang.String reason,
java.lang.Throwable cause)
Constructor when there is a problem at a specific point in the rate matrix
or frequency array
|
RateCategory.RateException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for other exception when there is an underlying cause
|
setDebug, toStringpublic RateCategory.RateException(java.lang.String location,
java.lang.String text,
java.lang.String reason,
java.lang.Throwable cause)
location - A description of where the problem occuredtext - The text that caused the problem (if applicable)reason - Description of the problemcause - The underlying Throwable if applicable or null if notpublic RateCategory.RateException(java.lang.String msg)
msg - The problempublic RateCategory.RateException(java.lang.String msg,
java.lang.Throwable cause)
msg - The problemcause - The underlying cause