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

Constructor Summary
NoAppropriateEditorException(String msg, Class clazz)
          Construct a new NoAppropriateEditorException.
 
Method Summary
 Class getObjectType()
          Get the class object associated with the requested editor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoAppropriateEditorException

public NoAppropriateEditorException(String msg,
                                    Class clazz)
Construct a new NoAppropriateEditorException.
Parameters:
msg - The message.
clazz - The class object associated with the requested editor.
Method Detail

getObjectType

public Class getObjectType()
Get the class object associated with the requested editor.