public class JavaExceptionInfo extends Object implements IExceptionInfo
| Constructor and Description |
|---|
JavaExceptionInfo(IFeatureInfo methodInfo,
IJavaClassInfo exceptionClass,
IDocRef<IExceptionNode> docs) |
| 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 JavaExceptionInfo(IFeatureInfo methodInfo, IJavaClassInfo exceptionClass, IDocRef<IExceptionNode> docs)
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 © 2017. All rights reserved.