cl.sii.dte
Class CodigoException

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

public class CodigoException
extends Exception

Esta clase indica errores en la generación y/o utilización de los CAF

Version:
1.0
Author:
Tomas Barros bbarros@nic.cl
See Also:
Serialized Form

Field Summary
static String ALG_NOT_SUPPORTED
           
static String MALFORMED
           
static String NOT_FILLED
           
static String NOT_SIGNED
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CodigoException()
          Constructor for CodigoException.
CodigoException(String message)
          Constructor for CodigoException.
CodigoException(String message, Throwable cause)
          Constructor for CodigoException.
CodigoException(Throwable cause)
          Constructor for CodigoException.
 
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

NOT_SIGNED

public static String NOT_SIGNED

ALG_NOT_SUPPORTED

public static String ALG_NOT_SUPPORTED

MALFORMED

public static String MALFORMED
Constructor Detail

CodigoException

public CodigoException()
Constructor for CodigoException.


CodigoException

public CodigoException(String message)
Constructor for CodigoException.

Parameters:
message -

CodigoException

public CodigoException(String message,
                       Throwable cause)
Constructor for CodigoException.

Parameters:
message -
cause -

CodigoException

public CodigoException(Throwable cause)
Constructor for CodigoException.

Parameters:
cause -