| 
 | Search this API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
y.io.graphml.input.GraphMLParseException
public class GraphMLParseException
This exception is thrown when the parser encounters an error.
| Constructor Summary | |
|---|---|
| GraphMLParseException()Creates new exception. | |
| GraphMLParseException(java.lang.String message)Creates new exception. | |
| GraphMLParseException(java.lang.String message,
                      java.lang.Throwable innerException)Create a new exception that encapsulates the given exception | |
| 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 GraphMLParseException()
public GraphMLParseException(java.lang.String message)
message - message.
public GraphMLParseException(java.lang.String message,
                             java.lang.Throwable innerException)
message - identifier for the source where this exception originatesinnerException - an inner exception that is encapsulated by this instance| 
 | © Copyright 2000-2025, yWorks GmbH. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||