| 
 | 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.output.GraphMLWriteException
y.io.graphml.output.SerializationNotSupportedException
public class SerializationNotSupportedException
Exception that will be thrown by GraphMLWriteContext's
 serialize methods and the like to indicate that the serialization failed.
GraphMLWriteContext.serialize(Object), 
GraphMLWriteContext.serialize(GraphMLWriteContext, Object, Class), 
Serialized Form| Constructor Summary | |
|---|---|
| SerializationNotSupportedException()Initializes a new instance of the SerializationNotSupportedExceptionclass. | |
| SerializationNotSupportedException(java.lang.String message)Initializes a new instance of the SerializationNotSupportedExceptionclass with the given message. | |
| SerializationNotSupportedException(java.lang.String message,
                                   java.lang.Exception inner)Initializes a new instance of the SerializationNotSupportedExceptionclass | |
| 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 SerializationNotSupportedException()
SerializationNotSupportedException class.
public SerializationNotSupportedException(java.lang.String message)
SerializationNotSupportedException class with the given message.
message - The message.
public SerializationNotSupportedException(java.lang.String message,
                                          java.lang.Exception inner)
SerializationNotSupportedException 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 | ||||||||