com.gotjava.system.calendar.exceptions
Class CalendarException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.gotjava.system.calendar.exceptions.CalendarException
All Implemented Interfaces:
java.io.Serializable

public class CalendarException
extends java.lang.Exception

Calendar Exception Wrapper

Description: wraps calendar exceptions

Author:
J Aaron Farr
See Also:
Serialized Form

Constructor Summary
CalendarException()
           
CalendarException(java.lang.String msg)
           
CalendarException(java.lang.String msg, java.lang.Throwable cause)
           
CalendarException(java.lang.Throwable cause)
           
 
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

CalendarException

public CalendarException()

CalendarException

public CalendarException(java.lang.String msg,
                         java.lang.Throwable cause)

CalendarException

public CalendarException(java.lang.String msg)

CalendarException

public CalendarException(java.lang.Throwable cause)


Copyright © 2003 XDL Software Group. All Rights Reserved.