Package com.powsybl.commons.exceptions
Class UncheckedClassNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.powsybl.commons.exceptions.UncheckedClassNotFoundException
-
- All Implemented Interfaces:
Serializable
public class UncheckedClassNotFoundException extends RuntimeException
- Author:
- Geoffroy Jamgotchian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedClassNotFoundException(ClassNotFoundException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassNotFoundException
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UncheckedClassNotFoundException
public UncheckedClassNotFoundException(ClassNotFoundException cause)
-
-
Method Detail
-
getCause
public ClassNotFoundException getCause()
-
-