|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
statalign.model.subst.RecognitionError
public class RecognitionError
An error message that is thrown if a model cannot accept a set of sequences. The error is handled, and it is put into an ErrorMessage.
Field Summary | |
---|---|
java.lang.String |
message
The message of the error |
Constructor Summary | |
---|---|
RecognitionError(java.lang.String message)
Trivial constructor, it sets the message |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String message
Constructor Detail |
---|
public RecognitionError(java.lang.String message)
message
- The message to be set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |