kiwi.ui
Class NoAppropriateEditorException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--kiwi.ui.NoAppropriateEditorException
- public class NoAppropriateEditorException
- extends Exception
This exception is thrown by MDI-related classes such as
WorkspaceManager
when an appropriate editor for a given class
or object cannot be created.
- Version:
- 1.0 (05/98)
- Author:
- Mark Lindner, PING Software Group
- See Also:
WorkspaceEditorFactory
, Serialized Form
Method Summary |
Class |
getObjectType()
Get the class object associated with the requested editor. |
NoAppropriateEditorException
public NoAppropriateEditorException(String msg,
Class clazz)
- Construct a new
NoAppropriateEditorException
.
- Parameters:
msg
- The message.clazz
- The class object associated with the requested editor.
getObjectType
public Class getObjectType()
- Get the class object associated with the requested editor.