exceptions
Class PSSpellingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byexceptions.PSSpellingException
All Implemented Interfaces:
java.io.Serializable

public class PSSpellingException
extends java.lang.Exception

This exception is thrown only when the user has mistyped something.

See Also:
Serialized Form

Constructor Summary
PSSpellingException()
          Calls the superclass constructor to print the "PSSPellingException" string on the console.
PSSpellingException(java.lang.String param)
          Calls the superclass constructor with the string given as parameter to print to the console.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

PSSpellingException

public PSSpellingException()
Calls the superclass constructor to print the "PSSPellingException" string on the console.


PSSpellingException

public PSSpellingException(java.lang.String param)
Calls the superclass constructor with the string given as parameter to print to the console.

Parameters:
param - Represents the type of syntax error.