ewe.database
Class DataTooBigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byewe.database.DataTooBigException

public class DataTooBigException
extends RuntimeException

This is thrown by Database.getEntries() if the specified criteria returns too many entries than can be represented by a FoundEntries() object.


Constructor Summary
DataTooBigException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

DataTooBigException

public DataTooBigException()