org.freehep.postscript
Class SyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SyntaxException
public SyntaxException(int line,
String msg)
getLineNo
public int getLineNo()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.