com.beasys.Tobj
Class OverFlow

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

public class OverFlow
extends java.lang.Exception

The library cannot allocate resources for the inserted components. This exception is used by the LName and LNameComponent classes.

See Also:
Serialized Form

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

OverFlow

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

OverFlow

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