okapi.coreobjects
Class FieldOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by okapi.coreobjects.FieldOverflowException
All Implemented Interfaces:
java.io.Serializable

public class FieldOverflowException
extends java.lang.IllegalArgumentException

Database Field too small to contain the value attempted to set. Detail message is the maximum size of the field.

Version:
$Revision: 31044 $, $Date: 2008-09-02 17:08:01 -0400 (Tue, 02 Sep 2008) $
Author:
MIT Stellar team
See Also:
Serialized Form

Method Summary
 int toInt()
          Method toInt
 java.lang.String toString()
          Method toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Method toString

Overrides:
toString in class java.lang.Throwable
Returns:
String

toInt

public int toInt()
Method toInt

Returns:
int


Copyright ? 2001-2009 MIT. All Rights Reserved.