COM.hugin.HAPI
Class ExceptionParse

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.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)
           
 
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)