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

Field Summary
static String ALG_NOT_SUPPORTED
           
static String CODIGO_NOT_CORRESPONDING
           
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
TimbreException()
          Constructor for TimbreException.
TimbreException(String message)
          Constructor for TimbreException.
TimbreException(String message, Throwable cause)
          Constructor for TimbreException.
TimbreException(Throwable cause)
          Constructor for TimbreException.
 
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

CODIGO_NOT_CORRESPONDING

public static String CODIGO_NOT_CORRESPONDING

MALFORMED

public static String MALFORMED
Constructor Detail

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 -