DRCL JavaSim API

drcl.comp
Class SetIDException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--drcl.comp.SetIDException
All Implemented Interfaces:
java.io.Serializable

public class SetIDException
extends java.lang.Error

See Also:
Serialized Form

Constructor Summary
SetIDException()
           
SetIDException(Component parent_, java.lang.String id_)
           
SetIDException(java.lang.String msg_)
           
 
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

SetIDException

public SetIDException()

SetIDException

public SetIDException(java.lang.String msg_)

SetIDException

public SetIDException(Component parent_,
                      java.lang.String id_)

DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~