StackOverflowException
tinyscalautils.lang.StackOverflowException
class StackOverflowException(error: StackOverflowError) extends RuntimeException
Stack overflows as exceptions instead of errors.
Attributes
- Throws
-
IllegalArgumentException
if error is null.
- Constructor
-
Builds a new exception with the same message, cause and stack trace as the error. Note that
error
is not used as cause. See tinyscalautils.control.noStackOverflow - Since
-
1.0
- Source
- StackOverflowException.scala
- Graph
-
- Supertypes
-
class RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
In this article