All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class semper.util.time.TimeRangeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----semper.util.time.TimeRangeException

public class TimeRangeException
extends Exception
Implements the exceptions used by the TimeRange util.

Version:
$Revision: 1.1 $ $Date: 1997/11/13 15:40:43 $
Author:
Thomas Sepstrup Nielsen ([email protected])
See Also:
TimeRange

Constructor Index

 o TimeRangeException()
Creates a TimeRangeException.
 o TimeRangeException(String)
Create a TimeRangeException with a detailed message.

Method Index

 o toString()
Convert to a human-readable form

Constructors

 o TimeRangeException
 public TimeRangeException()
Creates a TimeRangeException.

 o TimeRangeException
 public TimeRangeException(String s)
Create a TimeRangeException with a detailed message.

Parameters:
s - the detailed message.

Methods

 o toString
 public String toString()
Convert to a human-readable form

Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index