edu.psu.geovista.app.spreadsheet.exception
Class ParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.psu.geovista.app.spreadsheet.exception.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ParserException()
          Contructor for edu.psu.geovista.app.spreadsheet.exception.ParserException.
ParserException(java.lang.Object msg)
           
ParserException(java.lang.String msg)
           
 
Method Summary
 boolean isQuiet()
          This returns the value of quiet.
 java.lang.String toString()
          toString method for edu.psu.geovista.app.spreadsheet.exception.ParserException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParserException

public ParserException()
Contructor for edu.psu.geovista.app.spreadsheet.exception.ParserException. By default, sets quiet to true.


ParserException

public ParserException(java.lang.String msg)
Parameters:
msg - the error message string

ParserException

public ParserException(java.lang.Object msg)
Parameters:
msg - the error object
Method Detail

isQuiet

public boolean isQuiet()
This returns the value of quiet.

Returns:
true if quiet is true, false otherwise

toString

public java.lang.String toString()
toString method for edu.psu.geovista.app.spreadsheet.exception.ParserException.

Returns:
the error message string


Copyright © 1996-2003 GeoVista Center. All Rights Reserved.