edu.umn.cs.nlp.mt
Class AlignmentMatrix.RunOnSentenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IndexOutOfBoundsException
                  extended by edu.umn.cs.nlp.mt.AlignmentMatrix.RunOnSentenceException
All Implemented Interfaces:
Serializable
Enclosing class:
AlignmentMatrix

public class AlignmentMatrix.RunOnSentenceException
extends IndexOutOfBoundsException

See Also:
Serialized Form

Constructor Summary
AlignmentMatrix.RunOnSentenceException(String error)
           
 
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

AlignmentMatrix.RunOnSentenceException

public AlignmentMatrix.RunOnSentenceException(String error)