|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--net.aerith.misao.util.MatchingFailedException
The MatchingFailedException is an exception thrown if
the matching process is failed.
| Field Summary | |
protected MapFunction |
map_function
The map function. |
protected double |
score
The matching score. |
| Fields inherited from class java.lang.Throwable |
backtrace,
detailMessage,
serialVersionUID |
| Constructor Summary | |
MatchingFailedException()
Constructs an MatchingFailedException. |
|
MatchingFailedException(MapFunction failed_mf,
double score)
Constructs an MatchingFailedException with the
calculated map function. |
|
| Method Summary | |
MapFunction |
getMapFunction()
Gets the calculated map function. |
double |
getScore()
Gets the matching score. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace0,
toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected MapFunction map_function
protected double score
| Constructor Detail |
public MatchingFailedException()
MatchingFailedException.
public MatchingFailedException(MapFunction failed_mf,
double score)
MatchingFailedException with the
calculated map function.failed_mf - the calculated map function.score - the matching score.| Method Detail |
public MapFunction getMapFunction()
public double getScore()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||