|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.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.Throwable |
backtrace, detailMessage, serialVersionUID |
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, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
|
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: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |