COM.hugin.HAPI
Class ExceptionParse

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.hugin.HAPI.ExceptionHugin
              extended by COM.hugin.HAPI.ExceptionParse
All Implemented Interfaces:
java.io.Serializable

public class ExceptionParse
extends ExceptionHugin

An ExceptionParse exception is thrown when a syntax error is detected while parsing a text file. This applies to parsing of all text files (NET files, case and data files, etc.). If a ParseListener was specified, the parse error handler will have been called with a description of the error and its location in the source.

See Also:
Serialized Form

Constructor Summary
ExceptionParse()
           
ExceptionParse(java.lang.String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionParse

public ExceptionParse()

ExceptionParse

public ExceptionParse(java.lang.String msg)