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
| 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
NOT_SIGNED
public static String NOT_SIGNED
ALG_NOT_SUPPORTED
public static String ALG_NOT_SUPPORTED
MALFORMED
public static String MALFORMED
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 -