|
||||||||||
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
net.ontopia.utils.OntopiaRuntimeException
net.ontopia.topicmaps.webed.impl.basic.NoActionDataFoundException
public class NoActionDataFoundException
INTERNAL: Thrown by when no action data is found for the given request id.
Field Summary | |
---|---|
protected Object |
userObject
|
Fields inherited from class net.ontopia.utils.OntopiaRuntimeException |
---|
cause |
Constructor Summary | |
---|---|
NoActionDataFoundException(String msg)
|
Method Summary | |
---|---|
Object |
getUserObject()
|
void |
setUserObject(Object userObject)
|
Methods inherited from class net.ontopia.utils.OntopiaRuntimeException |
---|
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Object userObject
Constructor Detail |
---|
public NoActionDataFoundException(String msg)
Method Detail |
---|
public Object getUserObject()
public void setUserObject(Object userObject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |