|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--java.lang.IllegalStateException | +--org.joda.util.IllegalStateJodaException
Exception thrown when an attempt was made to query or modify an object when its state did not permit it. Details of the object are encapsulated in the exception.
Constructor Summary | |
IllegalStateJodaException(java.lang.Object errSource)
Constructor |
|
IllegalStateJodaException(java.lang.Object errSource,
java.lang.String baseMessage)
Constructor |
Method Summary | |
java.lang.Object |
getSource()
Get the object that generated the exception |
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 IllegalStateJodaException(java.lang.Object errSource, java.lang.String baseMessage)
errSource
- the object that generated the exceptionpublic IllegalStateJodaException(java.lang.Object errSource)
errSource
- the object that generated the exceptionMethod Detail |
public java.lang.Object getSource()
|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |