|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
prefuse.data.parser.DataParseException
public class DataParseException
Exception indicating an error occurred during parsing of data values.
| 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 |
|---|
public DataParseException()
public DataParseException(java.lang.String message)
message - a descriptive error message
public DataParseException(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 DataParseException(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 | |||||||||