org.foray.ps
Class PsInterpreterException4a

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.axsl.ps.PsInterpreterException
              extended by org.foray.ps.PsInterpreterException4a
All Implemented Interfaces:
Serializable

public class PsInterpreterException4a
extends org.axsl.ps.PsInterpreterException

Handles PostScript Exceptions.

See Also:
Serialized Form

Constructor Summary
PsInterpreterException4a(PsInterpreter4a interpreter, PsError errorCode)
          Constructor.
PsInterpreterException4a(PsInterpreter4a interpreter, PsError errorCode, PsOperator offendingOperator)
          Constructor.
PsInterpreterException4a(PsInterpreter4a interpreter, PsError errorCode, PsOperator offendingOperator, String message)
          Constructor.
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

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.
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2017. All rights reserved.