kiwi.ui
Class NoAppropriateEditorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bykiwi.ui.NoAppropriateEditorException
All Implemented Interfaces:
java.io.Serializable

public class NoAppropriateEditorException
extends java.lang.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.

Author:
Mark Lindner, PING Software Group
See Also:
WorkspaceEditorFactory, Serialized Form

Field 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

clazz

private java.lang.Class clazz
Constructor Detail

NoAppropriateEditorException

public NoAppropriateEditorException(java.lang.String msg,
                                    java.lang.Class clazz)
Construct a new NoAppropriateEditorException.

Parameters:
msg - The message.
clazz - The class object associated with the requested editor.
Method Detail

getObjectType

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