Uses of Class
org.gephi.io.importer.api.Issue.Level
-
Packages that use Issue.Level Package Description org.gephi.io.importer.api API for importing data from any support. -
-
Uses of Issue.Level in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return Issue.Level Modifier and Type Method Description Issue.Level
Report. getExceptionLevel()
Get the current exception level for the report.Issue.Level
Issue. getLevel()
Returns this issue's level.static Issue.Level
Issue.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static Issue.Level[]
Issue.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gephi.io.importer.api with parameters of type Issue.Level Modifier and Type Method Description void
Report. setExceptionLevel(Issue.Level exceptionLevel)
Set the level of exception for the report.Constructors in org.gephi.io.importer.api with parameters of type Issue.Level Constructor Description Issue(String message, Issue.Level level)
Constructs a new issue with a message and a level.Issue(String message, Issue.Level level, Throwable throwable)
Constructs a new issue with a message, level and throwable.Issue(Throwable throwable, Issue.Level level)
Constructs a new issue with a throwable and a level.
-