prefuse.data.io
Class DataIOException

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

public class DataIOException
extends java.lang.Exception

Exception indicating an error occurred during reading or writing data.

Author:
jeffrey heer
See Also:
Serialized Form

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

DataIOException

public DataIOException()
Create a new DataIOException.


DataIOException

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

Parameters:
message - a descriptive error message

DataIOException

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

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

DataIOException

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

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