Package gw.internal.gosu.parser
Class TypeMayHaveBeenDeletedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- gw.internal.gosu.parser.TypeResolveException
-
- gw.internal.gosu.parser.TypeMayHaveBeenDeletedException
-
- All Implemented Interfaces:
java.io.Serializable
public class TypeMayHaveBeenDeletedException extends TypeResolveException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private AbstractTypeRef_reference
-
Constructor Summary
Constructors Constructor Description TypeMayHaveBeenDeletedException(java.lang.String msg, AbstractTypeRef reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteTheType()
-
-
-
Field Detail
-
_reference
private AbstractTypeRef _reference
-
-
Constructor Detail
-
TypeMayHaveBeenDeletedException
public TypeMayHaveBeenDeletedException(java.lang.String msg, AbstractTypeRef reference)
-
-