| 
 | 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
y.io.graphml.input.DeserializationNotSupportedException
public class DeserializationNotSupportedException
Exception that will be thrown by the GraphMLParseContext.deserialize(GraphMLParseContext,org.w3c.dom.Node,Class) method
 and the like to indicate that the deserializtion failed.
| Constructor Summary | |
|---|---|
| DeserializationNotSupportedException()Initializes a new instance of the DeserializationNotSupportedExceptionclass. | |
| DeserializationNotSupportedException(java.lang.String message)Initializes a new instance of the DeserializationNotSupportedExceptionclass with the given message. | |
| DeserializationNotSupportedException(java.lang.String message,
                                     java.lang.Exception inner)Initializes a new instance of the DeserializationNotSupportedExceptionclass | |
| 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 DeserializationNotSupportedException()
DeserializationNotSupportedException class.
public DeserializationNotSupportedException(java.lang.String message)
DeserializationNotSupportedException class with the given message.
message - The message.
public DeserializationNotSupportedException(java.lang.String message,
                                            java.lang.Exception inner)
DeserializationNotSupportedException class
message - The messageinner - 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 | ||||||||