|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.hackystat.utilities.time.interval.IllegalIntervalException
public class IllegalIntervalException
Throws exception when end period of the interval is earlier than the start interval period.
Constructor Summary | |
---|---|
IllegalIntervalException(java.lang.String detailMessage)
Thrown when selected interval is not valid. |
|
IllegalIntervalException(java.lang.String detailMessage,
java.lang.Throwable previousException)
Thrown when selected interval is not valid. |
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 IllegalIntervalException(java.lang.String detailMessage, java.lang.Throwable previousException)
detailMessage
- A message describing the problem.previousException
- A possibly null reference to a prior exception.public IllegalIntervalException(java.lang.String detailMessage)
detailMessage
- A message describing the problem.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |