Class SBImportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.sunburst.model.SBImportException
All Implemented Interfaces:
Serializable

public final class SBImportException extends Exception
An exception caused by ill-formed imports.
See Also:
  • Constructor Details

    • SBImportException

      public SBImportException(String message, List<String> inProblems)
      An exception caused by ill-formed imports.
      Parameters:
      message - The message
      inProblems - The problem list
  • Method Details

    • problems

      public List<String> problems()
      Returns:
      The problem list