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:
Serializable
An exception used to pass a specfic "error code" through
various layers of software.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.derby.iapi.error.StandardException
StandardException.BadMessageArgumentException
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Object
protected DynamicByteArrayOutputStream
protected int
protected int
Fields inherited from class org.apache.derby.iapi.error.StandardException
REPORT_ALWAYS, REPORT_DEFAULT, REPORT_NEVER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
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
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
logBuffer
-
nextColumn
protected int nextColumn -
realSpaceOnPage
protected int realSpaceOnPage -
column
-
-
Constructor Details
-
LongColumnException
public LongColumnException()
-
-
Method Details
-
setColumn
-
setExceptionInfo
-
getColumn
-
getLogBuffer
-
getNextColumn
public int getNextColumn() -
getRealSpaceOnPage
public int getRealSpaceOnPage()
-