Class XmlExceptions
- java.lang.Object
-
- org.eolang.jeo.representation.xmir.XmlExceptions
-
public final class XmlExceptions extends Object
XML representation of method exceptions.- Since:
- 0.15.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
bytecode()
Converts the XML exceptions to a list of exception class names.boolean
isExceptions()
Checks if the node represents exceptions.
-