Package play.utils

Class FastRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Result

public class FastRuntimeException extends RuntimeException
Fast Exception - skips creating stackTrace.

More info here.

See Also:
  • Constructor Details

    • FastRuntimeException

      public FastRuntimeException()
    • FastRuntimeException

      public FastRuntimeException(String desc)
    • FastRuntimeException

      public FastRuntimeException(String desc, Throwable cause)
    • FastRuntimeException

      public FastRuntimeException(Throwable cause)
  • Method Details

    • fillInStackTrace

      public Throwable fillInStackTrace()
      Since we override this method, no stacktrace is generated - much faster
      Overrides:
      fillInStackTrace in class Throwable
      Returns:
      always null