Package com.powsybl.commons
Class PowsyblException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.powsybl.commons.PowsyblException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionDslException
,AmplException
,CgmesModelException
,ComputationException
,ConfigurationException
,ConversionException
,DslException
,PsseException
,TimeSeriesException
,TripleStoreException
,UcteException
,UcteException
,UcteIoException
,ValidationException
public class PowsyblException extends RuntimeException
- Author:
- Geoffroy Jamgotchian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PowsyblException()
PowsyblException(String msg)
PowsyblException(String message, Throwable cause)
PowsyblException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-