com.beasys.Tobj
Class NotSet

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

public class NotSet
extends java.lang.Exception

The identifier or kind attribute of the library name component is not set. This exception is used by the LName and LNameComponent classes.

See Also:
Serialized Form

Constructor Summary
NotSet()
          This is the constructor for the class.
NotSet(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

NotSet

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

NotSet

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