FreeHEP API
Version current

org.freehep.postscript
Class SyntaxException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.freehep.postscript.SyntaxException
All Implemented Interfaces:
Serializable

public class SyntaxException
extends Exception

Syntax Exception for PostScript Processor

Version:
$Id: SyntaxException.java,v 1.1 2001/06/04 07:23:57 duns Exp $
Author:
Mark Donszelmann
See Also:
Serialized Form
Source Code:
SyntaxException.java

Constructor Summary
SyntaxException(int line, String msg)
           
 
Method Summary
 int getLineNo()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntaxException

public SyntaxException(int line,
                       String msg)
Method Detail

getLineNo

public int getLineNo()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.