DRCL JavaSim API

drcl.comp
Class AddComponentException

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

public class AddComponentException
extends java.lang.Error

See Also:
Serialized Form

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

AddComponentException

public AddComponentException()

AddComponentException

public AddComponentException(java.lang.String msg_)

AddComponentException

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

DRCL JavaSim API

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