Package com.intellij.util.exception
Class RootException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.intellij.util.exception.RootException
-
- All Implemented Interfaces:
Serializable
public class RootException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RootException()
RootException(String aExceptionMessage)
RootException(String aExceptionMessage, Throwable aNestedException)
RootException(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
-
-
-
-
Method Detail
-
getNestedException
protected Throwable getNestedException()
-
hasNestedException
protected boolean hasNestedException()
-
-