|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
babase.ranker.ranking.RankingConstraintException
public abstract class RankingConstraintException
| Nested Class Summary | |
|---|---|
static class |
RankingConstraintException.Inconsistency
|
static class |
RankingConstraintException.Violation
|
| Field Summary | |
|---|---|
int |
higher
The identifier of the higher-ranked individual in the constraint involved. |
int |
lower
The identifier of the lower-ranked individual in the constraint involved. |
| Constructor Summary | |
|---|---|
protected |
RankingConstraintException(int higher,
int lower,
java.lang.String m)
|
| 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 |
| Field Detail |
|---|
public final int higher
public final int lower
| Constructor Detail |
|---|
protected RankingConstraintException(int higher,
int lower,
java.lang.String m)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||