Search this API

y.io.graphml.output
Class GraphMLWriteException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SerializationNotSupportedException

public class GraphMLWriteException
extends java.io.IOException

This exception is thrown when the writer encounters an error.

See Also:
Serialized Form
 

Constructor Summary
GraphMLWriteException()
          Creates new exception.
GraphMLWriteException(java.lang.String s)
          Creates new exception.
GraphMLWriteException(java.lang.String message, java.lang.Exception 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

GraphMLWriteException

public GraphMLWriteException()
Creates new exception.


GraphMLWriteException

public GraphMLWriteException(java.lang.String s)
Creates new exception.

Parameters:
s - message.

GraphMLWriteException

public GraphMLWriteException(java.lang.String message,
                             java.lang.Exception innerException)
Create a new exception that encapsulates the given exception

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

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