Package io.reactivex.rxjava3.exceptions
Class CompositeException.ExceptionOverview
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.reactivex.rxjava3.exceptions.CompositeException.ExceptionOverview
- All Implemented Interfaces:
Serializable
- Enclosing class:
CompositeException
Contains a formatted message with a simplified representation of the exception graph
contained within the CompositeException.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ExceptionOverview
ExceptionOverview(String message)
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-