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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.derby.iapi.error.StandardException
StandardException.BadMessageArgumentException
-
-
Field Summary
-
Fields inherited from class org.apache.derby.iapi.error.StandardException
REPORT_ALWAYS, REPORT_DEFAULT, REPORT_NEVER
-
-
Constructor Summary
Constructors Constructor and Description LongColumnException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.ObjectgetColumn()DynamicByteArrayOutputStreamgetLogBuffer()intgetNextColumn()intgetRealSpaceOnPage()voidsetColumn(java.lang.Object column)voidsetExceptionInfo(DynamicByteArrayOutputStream out, int nextColumn, int realSpaceOnPage)-
Methods inherited from class org.apache.derby.iapi.error.StandardException
closeException, getArgumentFerry, getArguments, getErrorCode, getErrorProperty, getMessage, getMessageId, getNextException, getSeverity, getSeverityFromIdentifier, getSQLState, getSQLStateFromIdentifier, interrupt, isLockTimeout, isLockTimeoutOrDeadlock, isSelfDeadlock, newException, newException, newException, newException, newPreLocalizedException, newWarning, normalClose, plainWrapException, report, setReport, setSeverity, toString, unexpectedUserException
-
-
-
-
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()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG