prefuse.data.parser
Class DataParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by prefuse.data.parser.DataParseException
All Implemented Interfaces:
java.io.Serializable

public class DataParseException
extends java.lang.Exception

Exception indicating an error occurred during parsing of data values.

Author:
jeffrey heer
See Also:
Serialized Form

Constructor Summary
DataParseException()
          Create a new DataParseException.
DataParseException(java.lang.String message)
          Create a new DataParseException.
DataParseException(java.lang.String message, java.lang.Throwable cause)
          Create a new DataParseException.
DataParseException(java.lang.Throwable cause)
          Create a new DataParseException.
 
Method Summary
 
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

DataParseException

public DataParseException()
Create a new DataParseException.


DataParseException

public DataParseException(java.lang.String message)
Create a new DataParseException.

Parameters:
message - a descriptive error message

DataParseException

public DataParseException(java.lang.String message,
                          java.lang.Throwable cause)
Create a new DataParseException.

Parameters:
message - a descriptive error message
cause - a Throwable (e.g., error or exception) that was the cause for this exception being thrown

DataParseException

public DataParseException(java.lang.Throwable cause)
Create a new DataParseException.

Parameters:
cause - a Throwable (e.g., error or exception) that was the cause for this exception being thrown


Copyright © 2007 Regents of the University of California