org.foray.ps
Class PsInterpreterException4a
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.axsl.ps.PsInterpreterException
org.foray.ps.PsInterpreterException4a
- All Implemented Interfaces:
- Serializable
public class PsInterpreterException4a
- extends org.axsl.ps.PsInterpreterException
Handles PostScript Exceptions.
- See Also:
- Serialized Form
PsInterpreterException4a
public PsInterpreterException4a(PsInterpreter4a interpreter,
PsError errorCode,
PsOperator offendingOperator,
String message)
- Constructor.
- Parameters:
interpreter
- The PS interpreter.errorCode
- The PS error code for this exception.offendingOperator
- The PS operator that triggered the request
that threw the exception.message
- The user message.
PsInterpreterException4a
public PsInterpreterException4a(PsInterpreter4a interpreter,
PsError errorCode)
- Constructor.
- Parameters:
interpreter
- The PS interpreter.errorCode
- The PS error code for this exception.
PsInterpreterException4a
public PsInterpreterException4a(PsInterpreter4a interpreter,
PsError errorCode,
PsOperator offendingOperator)
- Constructor.
- Parameters:
interpreter
- The PS interpreter.errorCode
- The PS error code for this exception.offendingOperator
- The PS operator that triggered the request
that threw the exception.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2017. All rights reserved.