cl.sii.dte
Class TotalesSegmentoException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--cl.sii.dte.TotalesSegmentoException
- All Implemented Interfaces:
- Serializable
- public class TotalesSegmentoException
- extends Exception
Esta clase se encarga de manejar las excepciones para los totales del segmento de
un libro de compra venta
- Author:
- José Urzúa jose@urzua.cl
- See Also:
- Serialized Form
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NOT_FILLED
public static String NOT_FILLED
MALFORMED
public static String MALFORMED
TotalesSegmentoException
public TotalesSegmentoException()
TotalesSegmentoException
public TotalesSegmentoException(String arg0)
- Parameters:
arg0 -
TotalesSegmentoException
public TotalesSegmentoException(Throwable arg0)
- Parameters:
arg0 -
TotalesSegmentoException
public TotalesSegmentoException(String arg0,
Throwable arg1)
- Parameters:
arg0 - arg1 -