Class MaximumException

All Implemented Interfaces:
Serializable

public final class MaximumException extends ACDPException
Thrown if one of the maximum values specified in the nobsRowRef, nobsOutrowPtr and nobsRefCount fields of the table layout is violated.

Note that if these fields are all set equal to their maximum value of 8 then it is very unlikely that this exception will ever be thrown. However, setting all these fields equal to 8 almost always leads to an unnecessarily large database.

Author:
Beat Hörmann
See Also:
  • Constructor Details

    • MaximumException

      public MaximumException(acdp.internal.Table_ table, String message)
      Constructs this type of exception with a detailed message composed from the specified table and message.
      Parameters:
      table - The table.
      message - The message.