Package gw.internal.gosu.parser
Class GosuExceptionInfo
- java.lang.Object
-
- gw.internal.gosu.parser.GosuExceptionInfo
-
- All Implemented Interfaces:
IExceptionInfo,IFeatureInfo
public class GosuExceptionInfo extends Object implements IExceptionInfo
-
-
Constructor Summary
Constructors Constructor Description GosuExceptionInfo(IFeatureInfo container, String exceptionName, String exceptionDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFeatureInfogetContainer()StringgetDescription()StringgetDisplayName()ITypegetExceptionType()StringgetName()ITypegetOwnersType()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.lang.reflect.IFeatureInfo
getLocationInfo
-
-
-
-
Constructor Detail
-
GosuExceptionInfo
public GosuExceptionInfo(IFeatureInfo container, String exceptionName, String exceptionDescription)
-
-
Method Detail
-
getContainer
public IFeatureInfo getContainer()
- Specified by:
getContainerin interfaceIFeatureInfo
-
getOwnersType
public IType getOwnersType()
- Specified by:
getOwnersTypein interfaceIFeatureInfo
-
getName
public String getName()
- Specified by:
getNamein interfaceIFeatureInfo
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceIFeatureInfo
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceIFeatureInfo
-
getExceptionType
public IType getExceptionType()
- Specified by:
getExceptionTypein interfaceIExceptionInfo
-
-