|
||||||||||
| 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.extex.core.exception.GeneralException
org.extex.core.exception.NotObservableException
public class NotObservableException
This Exception is thrown when an Observer for a non-observable action is requested to be registered.
| Constructor Summary | |
|---|---|
NotObservableException(java.lang.String message)
Create a new object. |
|
NotObservableException(java.lang.String message,
java.lang.Throwable cause)
Create a new object. |
|
NotObservableException(java.lang.Throwable cause)
Create a new object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
Provides the message for this Exception. |
java.lang.String |
getMessage()
Returns the detail message string of this throwable. |
| Methods inherited from class org.extex.core.exception.GeneralException |
|---|
getHelp, getLocalizer, isProcessed, setProcessed |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, 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 NotObservableException(java.lang.String message)
message - the message
public NotObservableException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the chained throwablepublic NotObservableException(java.lang.Throwable cause)
cause - the cause for this exception| Method Detail |
|---|
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.ThrowableThrowable.getLocalizedMessage()public java.lang.String getMessage()
getMessage in class java.lang.ThrowableThrowable.getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||