Search this API

y.io.graphml.output
Class SerializationNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by y.io.graphml.output.GraphMLWriteException
                  extended by y.io.graphml.output.SerializationNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class SerializationNotSupportedException
extends GraphMLWriteException

Exception that will be thrown by GraphMLWriteContext's serialize methods and the like to indicate that the serialization failed.

See Also:
GraphMLWriteContext.serialize(Object), GraphMLWriteContext.serialize(GraphMLWriteContext, Object, Class), Serialized Form
 

Constructor Summary
SerializationNotSupportedException()
          Initializes a new instance of the SerializationNotSupportedException class.
SerializationNotSupportedException(java.lang.String message)
          Initializes a new instance of the SerializationNotSupportedException class with the given message.
SerializationNotSupportedException(java.lang.String message, java.lang.Exception inner)
          Initializes a new instance of the SerializationNotSupportedException class
 
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

SerializationNotSupportedException

public SerializationNotSupportedException()
Initializes a new instance of the SerializationNotSupportedException class.


SerializationNotSupportedException

public SerializationNotSupportedException(java.lang.String message)
Initializes a new instance of the SerializationNotSupportedException class with the given message.

Parameters:
message - The message.

SerializationNotSupportedException

public SerializationNotSupportedException(java.lang.String message,
                                          java.lang.Exception inner)
Initializes a new instance of the SerializationNotSupportedException class

Parameters:
message - The message
inner - an inner exception that is encapsulated by this instance

© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.