Class CSConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.certusine.api.CSConfigurationException
All Implemented Interfaces:
Serializable

public final class CSConfigurationException extends Exception
An exception raised by configuration errors.
See Also:
  • Constructor Details

    • CSConfigurationException

      public CSConfigurationException(List<com.io7m.anethum.api.ParseStatus> inErrors, String message, Throwable cause)
      Create an exception.
      Parameters:
      inErrors - The errors
      message - The error message
      cause - The cause
    • CSConfigurationException

      public CSConfigurationException(List<com.io7m.anethum.api.ParseStatus> inErrors, String message)
      Create an exception.
      Parameters:
      inErrors - The errors
      message - The error message
  • Method Details

    • errors

      public List<com.io7m.anethum.api.ParseStatus> errors()
      Returns:
      The underlying configuration errors