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
-
TimeRangeException()
- Creates a TimeRangeException.
-
TimeRangeException(String)
- Create a TimeRangeException with a detailed message.
-
toString()
- Convert to a human-readable form
TimeRangeException
public TimeRangeException()
- Creates a TimeRangeException.
TimeRangeException
public TimeRangeException(String s)
- Create a TimeRangeException with a detailed message.
- Parameters:
- s - the detailed message.
toString
public String toString()
- Convert to a human-readable form
- Overrides:
- toString in class Throwable
All Packages Class Hierarchy This Package Previous Next Index