babase.ranker.ranking
Class RankingConstraintException.Violation

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by babase.ranker.ranking.RankingConstraintException
              extended by babase.ranker.ranking.RankingConstraintException.Violation
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RankingConstraintException

public static class RankingConstraintException.Violation
extends RankingConstraintException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class babase.ranker.ranking.RankingConstraintException
RankingConstraintException.Inconsistency, RankingConstraintException.Violation
 
Field Summary
 
Fields inherited from class babase.ranker.ranking.RankingConstraintException
higher, lower
 
Constructor Summary
RankingConstraintException.Violation(int higher, int lower)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RankingConstraintException.Violation

public RankingConstraintException.Violation(int higher,
                                            int lower)