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