com.beasys.Tobj
Class NoComponent

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.beasys.Tobj.NoComponent

public class NoComponent
extends java.lang.Exception

The library name component is undefined. This exception is used by the LName and LNameComponent classes.

See Also:
Serialized Form

Constructor Summary
NoComponent()
          This is the constructor for the class.
NoComponent(java.lang.String msg)
          This is the constructor for the class.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoComponent

public NoComponent()
This is the constructor for the class.

NoComponent

public NoComponent(java.lang.String msg)
This is the constructor for the class.