Search this API

y.io.graphml.input
Class GraphMLParseException

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

public class GraphMLParseException
extends java.io.IOException

This exception is thrown when the parser encounters an error.

See Also:
Serialized Form
 

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

GraphMLParseException

public GraphMLParseException()
Creates new exception.


GraphMLParseException

public GraphMLParseException(java.lang.String message)
Creates new exception.

Parameters:
message - message.

GraphMLParseException

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

Parameters:
message - identifier for the source where this exception originates
innerException - an inner exception that is encapsulated by this instance

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