prefuse.data
Class DataTypeException

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

public class DataTypeException
extends java.lang.RuntimeException

Exception indicating an incompatible data type assignment.

Author:
jeffrey heer
See Also:
Serialized Form

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

DataTypeException

public DataTypeException()
Create a new DataTypeException.


DataTypeException

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

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

DataTypeException

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

Parameters:
message - a descriptive error message

DataTypeException

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

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

DataTypeException

public DataTypeException(java.lang.Class type)
Create a new DataTypeException.

Parameters:
type - the incompatible data type


Copyright © 2007 Regents of the University of California