org.paneris.bibliomania
Class FTILimitsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.melati.poem.PoemException
                  extended by org.melati.util.MelatiRuntimeException
                      extended by org.paneris.bibliomania.FTILimitsException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SectionTable.TooManySectionsException, SequenceFTILimitsException, TroidFTILimitsException

public abstract class FTILimitsException
extends org.melati.util.MelatiRuntimeException

See Also:
Serialized Form

Field Summary
 int limit
           
 int n
           
 
Fields inherited from class org.melati.poem.PoemException
subException
 
Constructor Summary
FTILimitsException(int n, int limit)
           
 
Method Summary
abstract  org.melati.poem.Table getTable()
           
 
Methods inherited from class org.melati.util.MelatiRuntimeException
innermostException
 
Methods inherited from class org.melati.poem.PoemException
getCoreMessage, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

n

public int n

limit

public int limit
Constructor Detail

FTILimitsException

public FTILimitsException(int n,
                          int limit)
Method Detail

getTable

public abstract org.melati.poem.Table getTable()


Copyright © 2000-2009 PanEris. All Rights Reserved.