statalign.model.subst
Class RecognitionError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by statalign.model.subst.RecognitionError
All Implemented Interfaces:
java.io.Serializable

public class RecognitionError
extends java.lang.Error

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.

Author:
miklos
See Also:
Serialized Form

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

message

public java.lang.String message
The message of the error

Constructor Detail

RecognitionError

public RecognitionError(java.lang.String message)
Trivial constructor, it sets the message

Parameters:
message - The message to be set.