|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PsError | |
---|---|
org.foray.ps | Classes for handling the intepretation of PostScript input. |
Uses of PsError in org.foray.ps |
---|
Methods in org.foray.ps that return PsError | |
---|---|
protected PsError |
PsOperatorException.getErrorCode()
Returns the PostScript error code. |
abstract PsError |
PsStack.getUnderflowError()
Returns the appropriate PS error that should be used for an underflow condition in this stack. |
PsError |
PsOperandStack.getUnderflowError()
|
PsError |
PsGraphicsStateStack.getUnderflowError()
|
PsError |
PsExecutionStack.getUnderflowError()
|
PsError |
PsDictionaryStack.getUnderflowError()
|
static PsError |
PsError.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PsError[] |
PsError.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.foray.ps with parameters of type PsError | |
---|---|
PsInterpreterException4a(PsInterpreter4a interpreter,
PsError errorCode)
Constructor. |
|
PsInterpreterException4a(PsInterpreter4a interpreter,
PsError errorCode,
PsOperator offendingOperator)
Constructor. |
|
PsInterpreterException4a(PsInterpreter4a interpreter,
PsError errorCode,
PsOperator offendingOperator,
String message)
Constructor. |
|
PsOperatorException(PsError errorCode)
Constructor. |
|
PsOperatorException(PsError errorCode,
PsOperator offendingOperator)
Constructor. |
|
PsOperatorException(PsError errorCode,
PsOperator offendingOperator,
String message)
Constructor. |
|
PsOperatorException(Throwable throwable,
PsError errorCode,
PsOperator offendingOperator,
String message)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |