|
Side of Software Dated Collections Library 2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sos.dated.util.DateOutOfRangeException
public class DateOutOfRangeException
Indication that a date unexpectedly falls outside a range.
| Constructor Summary | |
|---|---|
DateOutOfRangeException()
Creates a DateOutOfRangeException with no message. |
|
DateOutOfRangeException(java.lang.String msg)
Creates a DateOutOfRangeException with the specified message. |
|
| 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 DateOutOfRangeException()
DateOutOfRangeException with no message.
public DateOutOfRangeException(java.lang.String msg)
DateOutOfRangeException with the specified message.
msg - the message.
|
Side of Software Dated Collections Library 2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||