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