org.apache.derby.impl.store.raw.data
Class LongColumnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.derby.iapi.error.StandardException
              extended by org.apache.derby.impl.store.raw.data.LongColumnException
All Implemented Interfaces:
java.io.Serializable

public class LongColumnException
extends StandardException

An exception used to pass a specfic "error code" through various layers of software.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.derby.iapi.error.StandardException
StandardException.BadMessageArgumentException
 
Field Summary
protected  java.lang.Object column
           
protected  DynamicByteArrayOutputStream logBuffer
           
protected  int nextColumn
           
protected  int realSpaceOnPage
           
 
Fields inherited from class org.apache.derby.iapi.error.StandardException
REPORT_ALWAYS, REPORT_DEFAULT, REPORT_NEVER
 
Constructor Summary
LongColumnException()
           
 
Method Summary
 java.lang.Object getColumn()
           
 DynamicByteArrayOutputStream getLogBuffer()
           
 int getNextColumn()
           
 int getRealSpaceOnPage()
           
 void setColumn(java.lang.Object column)
           
 void setExceptionInfo(DynamicByteArrayOutputStream out, int nextColumn, int realSpaceOnPage)
           
 
Methods inherited from class org.apache.derby.iapi.error.StandardException
closeException, getArgumentFerry, getArguments, getErrorCode, getErrorProperty, getMessage, getMessageId, getSeverity, getSeverityFromIdentifier, getSQLState, getSQLStateFromIdentifier, interrupt, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newException, newPreLocalizedException, newWarning, newWarning, newWarning, normalClose, plainWrapException, report, setReport, setSeverity, toString, unexpectedUserException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

logBuffer

protected DynamicByteArrayOutputStream logBuffer

nextColumn

protected int nextColumn

realSpaceOnPage

protected int realSpaceOnPage

column

protected java.lang.Object column
Constructor Detail

LongColumnException

public LongColumnException()
Method Detail

setColumn

public void setColumn(java.lang.Object column)

setExceptionInfo

public void setExceptionInfo(DynamicByteArrayOutputStream out,
                             int nextColumn,
                             int realSpaceOnPage)

getColumn

public java.lang.Object getColumn()

getLogBuffer

public DynamicByteArrayOutputStream getLogBuffer()

getNextColumn

public int getNextColumn()

getRealSpaceOnPage

public int getRealSpaceOnPage()

Built on Thu 2012-03-29 21:53:33+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.