Package gw.lang.javadoc
Interface IExceptionNode
-
public interface IExceptionNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String
getType()
void
setDescription(String value)
void
setType(String name)
-