atg.integrations.taxware
Class TaxwareCriticalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.integrations.taxware.TaxwareException
              extended by atg.integrations.taxware.TaxwareCriticalException
All Implemented Interfaces:
java.io.Serializable

public class TaxwareCriticalException
extends TaxwareException

A TaxWare critical exception is thrown by the taxware classes and represents some sort of major (install, most likely) problem.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
TaxwareCriticalException(java.lang.String strMessage)
          Create a new taxware critical exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

TaxwareCriticalException

public TaxwareCriticalException(java.lang.String strMessage)
Create a new taxware critical exception.