|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
kiwi.ui.NoAppropriateEditorException
This exception is thrown by MDI-related classes such as
WorkspaceManager
when an appropriate editor for a given class
or object cannot be created.
WorkspaceEditorFactory
,
Serialized FormField Summary | |
private java.lang.Class |
clazz
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
NoAppropriateEditorException(java.lang.String msg,
java.lang.Class clazz)
Construct a new NoAppropriateEditorException . |
Method Summary | |
java.lang.Class |
getObjectType()
Get the class object associated with the requested editor. |
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 |
Field Detail |
private java.lang.Class clazz
Constructor Detail |
public NoAppropriateEditorException(java.lang.String msg, java.lang.Class clazz)
NoAppropriateEditorException
.
msg
- The message.clazz
- The class object associated with the requested editor.Method Detail |
public java.lang.Class getObjectType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |