|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException prefuse.data.DataReadOnlyException
public class DataReadOnlyException
Exception indicating an attempt to write to a read-only data value was made.
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 |
---|
public DataReadOnlyException()
public DataReadOnlyException(java.lang.String message, java.lang.Throwable cause)
message
- a descriptive error messagecause
- a Throwable (e.g., error or exception) that was the cause
for this exception being thrownpublic DataReadOnlyException(java.lang.String message)
message
- a descriptive error messagepublic DataReadOnlyException(java.lang.Throwable cause)
cause
- a Throwable (e.g., error or exception) that was the cause
for this exception being thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |