Package gw.lang.parser.exceptions
Class ErrantGosuClassException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- gw.lang.parser.exceptions.ErrantGosuClassException
-
- All Implemented Interfaces:
Serializable
public class ErrantGosuClassException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrantGosuClassException(IGosuClass gsClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IGosuClass
getGsClass()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ErrantGosuClassException
public ErrantGosuClassException(IGosuClass gsClass)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
getGsClass
public IGosuClass getGsClass()
-
-