atg.integrations.taxware
Class TaxwareException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.integrations.taxware.TaxwareException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TaxwareCriticalException, TaxwareMinorException

public abstract class TaxwareException
extends java.lang.Exception

A TaxWare exception is thrown by the taxware classes and represents a taxware specific problem. This class is never used directly.

See Also:
TaxwareMinorException, TaxwareCriticalException, Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
TaxwareException(java.lang.String strMessage)
           
 
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

TaxwareException

public TaxwareException(java.lang.String strMessage)