Package com.intellij.util.exception
Class RootRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intellij.util.exception.RootRuntimeException
-
- All Implemented Interfaces:
Serializable
public class RootRuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RootRuntimeException()
RootRuntimeException(String aExceptionMessage)
RootRuntimeException(String aExceptionMessage, Throwable aNestedException)
RootRuntimeException(Throwable aNestedException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Throwable
getNestedException()
protected boolean
hasNestedException()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RootRuntimeException
protected RootRuntimeException()
-
RootRuntimeException
public RootRuntimeException(String aExceptionMessage)
-
RootRuntimeException
public RootRuntimeException(String aExceptionMessage, Throwable aNestedException)
-
RootRuntimeException
public RootRuntimeException(Throwable aNestedException)
-
-
Method Detail
-
getNestedException
protected Throwable getNestedException()
-
hasNestedException
protected boolean hasNestedException()
-
-