org.apache.derby.impl.store.raw.data
Class LongColumnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.derby.iapi.error.StandardException
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
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class org.apache.derby.iapi.error.StandardException |
closeException, errorClose, getArguments, getErrorCode, getErrorProperty, getMessage, getMessageId, getNestedException, getSeverity, getSeverityFromIdentifier, getSQLState, getSQLStateFromIdentifier, interrupt, 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, setNestedException, 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 |
logBuffer
protected DynamicByteArrayOutputStream logBuffer
nextColumn
protected int nextColumn
realSpaceOnPage
protected int realSpaceOnPage
column
protected java.lang.Object column
LongColumnException
public LongColumnException()
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()
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.