Class 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
    • Field Detail

      • nextColumn

        protected int nextColumn
      • realSpaceOnPage

        protected int realSpaceOnPage
      • column

        protected java.lang.Object column
    • Constructor Detail

      • LongColumnException

        public LongColumnException()
    • Method Detail

      • setColumn

        public void setColumn​(java.lang.Object column)
      • getColumn

        public java.lang.Object getColumn()
      • getNextColumn

        public int getNextColumn()
      • getRealSpaceOnPage

        public int getRealSpaceOnPage()