tauZaman
v0.1

tauzaman
Class TauZamanException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--tauzaman.TauZamanException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CalendarFormationException, CalendarServiceException, CalendricSystemFormationException, CalendricSystemServiceException, DynamicLoadException, FVFormationException, FVServiceException, IOException, IrregularMappingFormationException, PropertyFormationException, PropertyServiceException, TemporalDataTypeFormationException, TemporalDataTypeServiceException, XMLParseException

public class TauZamanException
extends java.lang.Exception

TauZamanException class represents a throwable object which is the root of tauZaman system's Exception hieararchy. All other exceptions are derived from this class. This is a checked exception.

See Also:
Serialized Form
Status:
Design complete, implementation complete

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TauZamanException(java.lang.String message)
          Constructs a TauZamanException object given a detailed explanation of abnormal condition in String message.
TauZamanException(java.lang.String message, java.lang.Throwable cause)
          Constructs a TauZamanException object given a detailed explanation of abnormal condition in String message and another exception, which is the immediate cause of this exception.
 
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
 

Constructor Detail

TauZamanException

public TauZamanException(java.lang.String message)
Constructs a TauZamanException object given a detailed explanation of abnormal condition in String message.

Parameters:
message - a detailed explanation of abnormal condition

TauZamanException

public TauZamanException(java.lang.String message,
                         java.lang.Throwable cause)
Constructs a TauZamanException object given a detailed explanation of abnormal condition in String message and another exception, which is the immediate cause of this exception.

Parameters:
message - a detailed explanation of abnormal condition
cause - a Throwable object, which is the cause of this exception

tauZaman
v0.1

Submit a bug or feature

tauZaman is an open-source, publicly avaliable project