Package com.io7m.certusine.api
Class CSConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.certusine.api.CSConfigurationException
- All Implemented Interfaces:
Serializable
An exception raised by configuration errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCSConfigurationException(List<com.io7m.anethum.common.ParseStatus> inErrors, String message) Create an exception.CSConfigurationException(List<com.io7m.anethum.common.ParseStatus> inErrors, String message, Throwable cause) Create an exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSConfigurationException
public CSConfigurationException(List<com.io7m.anethum.common.ParseStatus> inErrors, String message, Throwable cause) Create an exception.- Parameters:
inErrors- The errorsmessage- The error messagecause- The cause
-
CSConfigurationException
Create an exception.- Parameters:
inErrors- The errorsmessage- The error message
-
-
Method Details
-
errors
- Returns:
- The underlying configuration errors
-