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:
  • Constructor Details

    • RuntimeExceptionWithNoStacktrace

      public RuntimeExceptionWithNoStacktrace(Throwable cause)
    • RuntimeExceptionWithNoStacktrace

      public RuntimeExceptionWithNoStacktrace(String message, Throwable cause)
  • Method Details