Package gw.lang.reflect
Interface IExceptionInfo
-
- All Superinterfaces:
IFeatureInfo
- All Known Implementing Classes:
AnnotationReflectUtil.SyntheticExceptionInfo
,GosuExceptionInfo
,JavaExceptionInfo
public interface IExceptionInfo extends IFeatureInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IType
getExceptionType()
Returns the intrinsic type this exception represents-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getContainer, getDescription, getDisplayName, getLocationInfo, getName, getOwnersType
-
-
-
-
Method Detail
-
getExceptionType
IType getExceptionType()
Returns the intrinsic type this exception represents
-
-