cytoscape.editor
Class InvalidEditorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycytoscape.editor.InvalidEditorException
All Implemented Interfaces:
java.io.Serializable

public class InvalidEditorException
extends java.lang.Exception

Create a new exception when there is no registered editor corresponding to the editor type suppied to the CytoscapeEditorFactory.getEditor() method.

Version:
1.0
Author:
Allan Kuchinsky, Agilent Technologies
See Also:
Serialized Form

Constructor Summary
InvalidEditorException(java.lang.String msg, java.lang.Throwable cause)
          Create a new exception when there is no registered editor corresponding to the editor type suppied to the CytoscapeEditorFactory.getEditor() method.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidEditorException

public InvalidEditorException(java.lang.String msg,
                              java.lang.Throwable cause)
Create a new exception when there is no registered editor corresponding to the editor type suppied to the CytoscapeEditorFactory.getEditor() method.

Parameters:
msg - message, may be null
cause - cause, may be null
See Also:
CytoscapeEditorFactory