ix.iview
Class SimpleDomainEditor.EditException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ix.iview.SimpleDomainEditor.EditException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SimpleDomainEditor

class SimpleDomainEditor.EditException
extends java.lang.RuntimeException

Used to indicate why an editing command cannot be carried out.

See Also:
Serialized Form

Constructor Summary
(package private) SimpleDomainEditor.EditException(java.lang.String message)
           
 
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

SimpleDomainEditor.EditException

SimpleDomainEditor.EditException(java.lang.String message)