public class TaxwareMinorException extends TaxwareException
A TaxWare minor exception is thrown by the taxware classes and represents some sort of semi-expected problem.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
| Constructor and Description |
|---|
TaxwareMinorException(java.lang.String strMessage)
Create a new taxware minor exception.
|