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 Modifier and Type Field Description 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
Constructors Constructor Description LongColumnException()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, getNextException, getSeverity, getSeverityFromIdentifier, getSQLState, getSQLStateFromIdentifier, interrupt, isLockTimeout, isLockTimeoutOrDeadlock, isSelfDeadlock, newException, newException, newException, newException, newPreLocalizedException, newWarning, normalClose, plainWrapException, report, setReport, setSeverity, toString, unexpectedUserException
-
-
-
-
Field Detail
-
logBuffer
protected DynamicByteArrayOutputStream logBuffer
-
nextColumn
protected int nextColumn
-
realSpaceOnPage
protected int realSpaceOnPage
-
column
protected java.lang.Object column
-
-
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()
-
-