Parsing Engine

danbikel.parser
Class Decoder.TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by danbikel.parser.Decoder.TimeoutException
All Implemented Interfaces:
Serializable
Enclosing class:
Decoder

protected static class Decoder.TimeoutException
extends Exception

Exception to be thrown when the maximum parse time has been reached.

See Also:
Settings.maxParseTime, Serialized Form

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
 


Parsing Engine

Author: Dan Bikel.