cl.sii.dte
Class TimbreException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--cl.sii.dte.TimbreException
- All Implemented Interfaces:
- Serializable
- public class TimbreException
- extends Exception
Esta clase su utiliza para indicar errores en el timbre
- 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
CODIGO_NOT_CORRESPONDING
public static String CODIGO_NOT_CORRESPONDING
MALFORMED
public static String MALFORMED
TimbreException
public TimbreException()
- Constructor for TimbreException.
TimbreException
public TimbreException(String message)
- Constructor for TimbreException.
- Parameters:
message -
TimbreException
public TimbreException(String message,
Throwable cause)
- Constructor for TimbreException.
- Parameters:
message - cause -
TimbreException
public TimbreException(Throwable cause)
- Constructor for TimbreException.
- Parameters:
cause -