|
|
|
|
|
||||||||||
| 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
org.torweg.pulse.service.PulseException
org.torweg.pulse.util.time.TimeUtilityException
public class TimeUtilityException
An Exception to be thrown on errors scrolling Durations by
Period.
| Constructor Summary | |
|---|---|
TimeUtilityException()
Creates a new TimeUtilityException with null as
its detail message. |
|
TimeUtilityException(java.lang.String message)
Creates a new TimeUtilityException with the specified detail
message. |
|
TimeUtilityException(java.lang.String message,
java.lang.Throwable cause)
Creates a new TimeUtilityException with the specified detail
message and cause. |
|
TimeUtilityException(java.lang.Throwable cause)
Creates a new TimeUtilityException with the specified cause
and a detail message of
{@code (cause==null ? |
|
| Method Summary |
|---|
| Methods inherited from class org.torweg.pulse.service.PulseException |
|---|
getDetailMessage |
| 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 TimeUtilityException()
TimeUtilityException with null as
its detail message.
The cause is not initialised, and may subsequently be initialised by a
call to Throwable.initCause(java.lang.Throwable).
public TimeUtilityException(java.lang.String message)
TimeUtilityException with the specified detail
message.
The cause is not initialised, and may subsequently be initialised by a
call to Throwable.initCause(java.lang.Throwable).
message - the detail message. The detail message is saved for later
retrieval by Throwable.getMessage().public TimeUtilityException(java.lang.Throwable cause)
TimeUtilityException with the specified cause
and a detail message of
(cause==null ? null : cause.toString()).
cause - the cause. The cause is saved for later retrieval by
Throwable.getCause(). A null value is
permitted, and indicates that the cause is nonexistent or
unknown.
public TimeUtilityException(java.lang.String message,
java.lang.Throwable cause)
TimeUtilityException with the specified detail
message and cause.
message - the detail message. The detail message is saved for later
retrieval by Throwable.getMessage().cause - the cause. The cause is saved for later retrieval by
Throwable.getCause(). A null value is
permitted, and indicates that the cause is nonexistent or
unknown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||