wtanaka.praya
Class DuplicateEditorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--wtanaka.praya.DuplicateEditorException
All Implemented Interfaces:
java.io.Serializable

Deprecated. does not appear to be used

public class DuplicateEditorException
extends java.lang.Exception

Thrown if an editor is added to the EditorManager with a name that already exists in that EditorManager.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/14 18:07:12 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
DuplicateEditorException(java.lang.String msg)
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

DuplicateEditorException

public DuplicateEditorException(java.lang.String msg)
Deprecated.