Class ScdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.lfenergy.compas.sct.commons.exception.ScdException
- All Implemented Interfaces:
Serializable
Thrown when SCD is inconsistent
- See Also:
-
Constructor Summary
ConstructorDescriptionScdException
(String message) ConstructorScdException
(String message, Throwable cause) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScdException
Constructor- Parameters:
message
- input (message to display)
-
ScdException
Constructor- Parameters:
message
- input (message to display)cause
- input (cause message to display)
-