public class GephiFormatException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
private Throwable |
cause |
private boolean |
isImport |
private String |
message |
Constructor and Description |
---|
GephiFormatException(Class source,
Throwable cause) |
GephiFormatException(String message) |
Modifier and Type | Method and Description |
---|---|
String |
getLocalizedMessage() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private Throwable cause
private String message
private boolean isImport
public GephiFormatException(String message)
public String getMessage()
getMessage
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
Copyright © 2007–2016 Gephi Consortium. All rights reserved.