Package gw.internal.gosu.parser
Class GosuCompilationFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- gw.internal.gosu.parser.GosuCompilationFailure
-
- All Implemented Interfaces:
Serializable
public class GosuCompilationFailure extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GosuCompilationFailure(Throwable t, IGosuClassInternal gsClass, int ln)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GosuCompilationFailure
public GosuCompilationFailure(Throwable t, IGosuClassInternal gsClass, int ln)
-
-