org.freehep.postscript.operators
Class ErrorOperator
java.lang.Object
org.freehep.postscript.types.PSObject
org.freehep.postscript.types.PSSimple
org.freehep.postscript.types.PSOperator
org.freehep.postscript.operators.AbstractOperator
org.freehep.postscript.operators.ErrorOperator
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- IOError, StackUnderflow, SyntaxError, TypeCheck, Undefined, Unimplemented
public abstract class ErrorOperator
- extends AbstractOperator
Error Operators for PostScript Processor
- Author:
- Mark Donszelmann
Fields inherited from class org.freehep.postscript.types.PSObject |
name |
log
protected Logger log
ErrorOperator
public ErrorOperator()
register
public static void register(PSDictionary dict)
execute
public boolean execute(OperandStack os)
- Specified by:
execute
in class PSObject
Copyright © 2001-2009 FreeHEP. All Rights Reserved.