org.freehep.postscript.errors
Class SyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.freehep.postscript.errors.SyntaxException
- All Implemented Interfaces:
- Serializable
public class SyntaxException
- extends Exception
Syntax Exception for PostScript Processor
- Version:
- $Id: src/main/java/org/freehep/postscript/SyntaxException.java
17245790f2a9 2006/09/12 21:44:14 duns $
- Author:
- Mark Donszelmann
- See Also:
- Serialized Form
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 © 2001-2009 FreeHEP. All Rights Reserved.