edu.cmu.minorthird.text.mixup
Class Mixup.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.cmu.minorthird.text.mixup.Mixup.ParseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Mixup

public static class Mixup.ParseException
extends java.lang.Exception

Signals an error in parsing a mixup document.

See Also:
Serialized Form

Constructor Summary
Mixup.ParseException(java.lang.String s)
           
 
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

Mixup.ParseException

public Mixup.ParseException(java.lang.String s)