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:
Serializable
public class TypeMayHaveBeenDeletedException extends TypeResolveException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeMayHaveBeenDeletedException(String msg, AbstractTypeRef reference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteTheType()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TypeMayHaveBeenDeletedException
public TypeMayHaveBeenDeletedException(String msg, AbstractTypeRef reference)
-
-