Class TooLargeException

  • All Implemented Interfaces:
    Serializable

    public class TooLargeException
    extends Exception
    An exception indicating that a 'desire' is larger than a particular maximum.
    Author:
    Guus der Kinderen, guus@goodbytes.
    See Also:
    Serialized Form
    • Constructor Detail

      • TooLargeException

        public TooLargeException​(long desired,
                                 long maximum)
    • Method Detail

      • getDesired

        public long getDesired()
      • getMaximum

        public long getMaximum()