convert.xml.dtd.parse
Class PrologSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by convert.xml.dtd.parse.PrologSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class PrologSyntaxException
extends java.lang.Exception

Thrown for a syntax error in parsing the prolog.

See Also:
PrologParser, Serialized Form

Constructor Summary
PrologSyntaxException()
           
 
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

PrologSyntaxException

public PrologSyntaxException()