Search this API

y.io.graphml.input
Class DeserializationNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by y.io.graphml.input.GraphMLParseException
                  extended by y.io.graphml.input.DeserializationNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class DeserializationNotSupportedException
extends GraphMLParseException

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.

See Also:
Serialized Form
 

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

DeserializationNotSupportedException

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


DeserializationNotSupportedException

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

Parameters:
message - The message.

DeserializationNotSupportedException

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

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

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