cl.sii.dte
Class LibroCompraVentaException

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

public class LibroCompraVentaException
extends Exception

Esta clase se encarga de

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

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

NOT_CORRESPONDING

public static String NOT_CORRESPONDING

NOT_WRITE

public static String NOT_WRITE
Constructor Detail

LibroCompraVentaException

public LibroCompraVentaException()

LibroCompraVentaException

public LibroCompraVentaException(String arg0)
Parameters:
arg0 -

LibroCompraVentaException

public LibroCompraVentaException(Throwable arg0)
Parameters:
arg0 -

LibroCompraVentaException

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