public static class AnnotationReflectUtil.SyntheticExceptionInfo extends Object implements IExceptionInfo
| Constructor and Description |
|---|
SyntheticExceptionInfo(IFeatureInfo container,
String exceptionName,
String exceptionDescription) |
| Modifier and Type | Method and Description |
|---|---|
IFeatureInfo |
getContainer()
Get this feature's containing feature.
|
String |
getDescription()
A full description of this feature.
|
String |
getDisplayName()
Gets the display name of this feature.
|
IType |
getExceptionType()
Returns the intrinsic type this exception represents
|
String |
getName()
Gets the programmatic name or identifier of this feature.
|
IType |
getOwnersType()
Get this feature's owner's type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationInfopublic SyntheticExceptionInfo(IFeatureInfo container, String exceptionName, String exceptionDescription)
public IFeatureInfo getContainer()
IFeatureInfogetContainer in interface IFeatureInfopublic IType getOwnersType()
IFeatureInfogetOwnersType in interface IFeatureInfopublic String getName()
IFeatureInfogetName in interface IFeatureInfopublic String getDisplayName()
IFeatureInfogetDisplayName in interface IFeatureInfopublic String getDescription()
IFeatureInfogetDescription in interface IFeatureInfopublic IType getExceptionType()
IExceptionInfogetExceptionType in interface IExceptionInfoCopyright © 2020. All rights reserved.