Package org.gephi.project.api
Class GephiFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gephi.project.api.GephiFormatException
-
- All Implemented Interfaces:
Serializable
public class GephiFormatException extends RuntimeException
- Author:
- Mathieu Bastian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GephiFormatException(Class source, Throwable cause)GephiFormatException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalizedMessage()StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessagein classThrowable
-
-