FlexOr.container
Class TooSmallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by FlexOr.container.TooSmallException
All Implemented Interfaces:
java.io.Serializable

public class TooSmallException
extends java.lang.RuntimeException

The exception is thrown whenever the the requested size of an object is smaller than the permitted minimum size.

See Also:
Serialized Form

Constructor Summary
TooSmallException()
          Exception without a message.
TooSmallException(java.lang.String s)
          Exception with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TooSmallException

public TooSmallException()
Exception without a message.


TooSmallException

public TooSmallException(java.lang.String s)
Exception with a message.