drasys.or.mp
Class SyntaxException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--drasys.or.ORException
                    |
                    +--drasys.or.mp.MpException
                          |
                          +--drasys.or.mp.SyntaxException

public class SyntaxException
extends MpException

Syntax error with line number. Contains the line number where the error occured, a copy of the line, and a message describing the error.

See Also:
Serialized Form

Constructor Summary
SyntaxException()
           
SyntaxException(java.lang.String s)
           
SyntaxException(java.lang.String s, int lineNumber, java.lang.String line)
           
 
Method Summary
 java.lang.String getLine()
           
 int getLineNumber()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxException

public SyntaxException()

SyntaxException

public SyntaxException(java.lang.String s)

SyntaxException

public SyntaxException(java.lang.String s,
                       int lineNumber,
                       java.lang.String line)
Method Detail

getLineNumber

public int getLineNumber()

getLine

public java.lang.String getLine()


Copyright(C)1997-2000 by DRA Systems all rights reserved. OpsResearch.com