cl.sii.dte
Class TotOtrosImpException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cl.sii.dte.TotOtrosImpException
All Implemented Interfaces:
Serializable

public class TotOtrosImpException
extends Exception

Esta clase se encarga de manejar las excepciones de los totales de otros impuestos para los libros de compra venta

Author:
José Urzúa jose@urzua.cl
See Also:
Serialized Form

Field Summary
static String MALFORMED
           
static String NOT_FILLED
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TotOtrosImpException()
           
TotOtrosImpException(String arg0)
           
TotOtrosImpException(String arg0, Throwable arg1)
           
TotOtrosImpException(Throwable arg0)
           
 
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

NOT_FILLED

public static String NOT_FILLED

MALFORMED

public static String MALFORMED
Constructor Detail

TotOtrosImpException

public TotOtrosImpException()

TotOtrosImpException

public TotOtrosImpException(String arg0)
Parameters:
arg0 -

TotOtrosImpException

public TotOtrosImpException(Throwable arg0)
Parameters:
arg0 -

TotOtrosImpException

public TotOtrosImpException(String arg0,
                            Throwable arg1)
Parameters:
arg0 -
arg1 -