net.sf.arise.piji
Class ParseUnfinishedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.arise.util.ChainingException
                    |
                    +--net.sf.arise.piji.PijiException
                          |
                          +--net.sf.arise.piji.ParseException
                                |
                                +--net.sf.arise.piji.ParseUnfinishedException
All Implemented Interfaces:
java.io.Serializable

public class ParseUnfinishedException
extends ParseException

Exception for signalling error conditions during a parse

Author:
Kjetil Valstadsve
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ParseUnfinishedException(int line, java.lang.String message)
          Error message with line number
ParseUnfinishedException(java.lang.String message)
          Error message
 
Methods inherited from class net.sf.arise.util.ChainingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ParseUnfinishedException

public ParseUnfinishedException(int line,
                                java.lang.String message)
Error message with line number

Parameters:
line - The line number
message - The message

ParseUnfinishedException

public ParseUnfinishedException(java.lang.String message)
Error message

Parameters:
message - The message


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth