com.steptools.stdev.p21
Class SyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.steptools.stdev.STDevException
              extended by com.steptools.stdev.p21.P21Exception
                  extended by com.steptools.stdev.p21.SyntaxException
All Implemented Interfaces:
java.io.Serializable

public class SyntaxException
extends P21Exception

Thrown when the Part 21 Parser encounters a syntax error in the Part 21 file

See Also:
Serialized Form

Constructor Summary
SyntaxException(java.lang.Exception cause, int ln)
           
SyntaxException(java.lang.String message, int ln)
           
 
Method Summary
 
Methods inherited from class com.steptools.stdev.p21.P21Exception
getLineNumber
 
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

SyntaxException

public SyntaxException(java.lang.String message,
                       int ln)

SyntaxException

public SyntaxException(java.lang.Exception cause,
                       int ln)