Package com.powsybl.ucte.network
Class UcteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.powsybl.commons.PowsyblException
-
- com.powsybl.ucte.network.UcteException
-
- All Implemented Interfaces:
Serializable
public class UcteException extends PowsyblException
- Author:
- Mathieu BAGUE <mathieu.bague at rte-france.com>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UcteException()
UcteException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UcteException
public UcteException()
-
UcteException
public UcteException(String message)
-
-