|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.enblom.time.TimeOutOfRangeException
public class TimeOutOfRangeException
An exception showing that a time
, time of day
or date
is out of range. Normally, a date should be within
within the range Jan 1, 1000 to Dec 31, 9999, and the time of day should be
within the range 00:00:00.000 to 23:59:59.999.
Constructor Summary | |
---|---|
TimeOutOfRangeException()
Creates a new exception. |
|
TimeOutOfRangeException(String message)
Creates a new exception with the given message. |
|
TimeOutOfRangeException(String message,
Throwable cause)
Creates a new exception with the given message and cause. |
|
TimeOutOfRangeException(Throwable cause)
Creates a new exception with the given cause. |
Method Summary |
---|
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 |
---|
public TimeOutOfRangeException()
public TimeOutOfRangeException(String message, Throwable cause)
message
- The message.cause
- The cause.public TimeOutOfRangeException(String message)
message
- The message.public TimeOutOfRangeException(Throwable cause)
cause
- The cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |