org.cdlib.xtf.textEngine
Class BoundedMarkPos.UnmarkableException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by BoundedMarkPos.UnmarkableException
All Implemented Interfaces:
Serializable
Enclosing class:
BoundedMarkPos

public static class BoundedMarkPos.UnmarkableException
extends RuntimeException

Exception thrown if asked to mark past XML elements or attributes

See Also:
Serialized Form

Constructor Summary
BoundedMarkPos.UnmarkableException()
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoundedMarkPos.UnmarkableException

public BoundedMarkPos.UnmarkableException()