prefuse.data
Class DataReadOnlyException

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

public class DataReadOnlyException
extends java.lang.RuntimeException

Exception indicating an attempt to write to a read-only data value was made.

Author:
jeffrey heer
See Also:
Serialized Form

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

DataReadOnlyException

public DataReadOnlyException()
Create a new DataReadOnlyException.


DataReadOnlyException

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

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

DataReadOnlyException

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

Parameters:
message - a descriptive error message

DataReadOnlyException

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

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