tauzaman.calendar
Class IrregularMappingFormationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--tauzaman.TauZamanException
|
+--tauzaman.calendar.IrregularMappingFormationException
- All Implemented Interfaces:
- java.io.Serializable
- public class IrregularMappingFormationException
- extends TauZamanException
IrregularMappingFormationException class represents a set of Exceptions
related to formation of Calendars. For example; Parsing errors,
URL errors, etc.
- See Also:
- Serialized Form
- Status:
- Design complete, implementation not started
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
|
Constructor Summary |
IrregularMappingFormationException(java.lang.String message)
Constructs a IrregularMappingFormationException object given a detailed explanation of
abnormal condition in String message. |
IrregularMappingFormationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a IrregularMappingFormationException 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 |
IrregularMappingFormationException
public IrregularMappingFormationException(java.lang.String message)
- Constructs a
IrregularMappingFormationException object given a detailed explanation of
abnormal condition in String message.
- Parameters:
message - a detailed explanation of abnormal condition
IrregularMappingFormationException
public IrregularMappingFormationException(java.lang.String message,
java.lang.Throwable cause)
- Constructs a
IrregularMappingFormationException 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 conditioncause - a Throwable object, which is the cause of this exception
Submit a bug or feature
tauZaman is an open-source, publicly avaliable project