pstypes
Class PSErrata

java.lang.Object
  extended bypstypes.PSErrata
All Implemented Interfaces:
PSObject

public class PSErrata
extends java.lang.Object
implements PSObject

Declares a new PSObject type which refers to users mistypes


Constructor Summary
PSErrata(java.lang.String errorStr)
          Creates a new PSErrata object
 
Method Summary
 java.lang.String getMessage()
          Sets some default parameters to the tokenizer.
 java.lang.String toString()
          Sets some default parameters to the tokenizer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSErrata

public PSErrata(java.lang.String errorStr)
Creates a new PSErrata object

Method Detail

getMessage

public java.lang.String getMessage()
Sets some default parameters to the tokenizer.

Precondition : -.
Postcondition : Returns the errorStr field.

Returns:
A copy of errorName

toString

public java.lang.String toString()
Sets some default parameters to the tokenizer.

Precondition : -.
Postcondition : Returns the errorStr field.

Returns:
A copy of errorName