Package com.io7m.sunburst.model
Class SBImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.sunburst.model.SBImportException
- All Implemented Interfaces:
Serializable
An exception caused by ill-formed imports.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSBImportException(String message, List<String> inProblems) An exception caused by ill-formed imports. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SBImportException
An exception caused by ill-formed imports.- Parameters:
message- The messageinProblems- The problem list
-
-
Method Details
-
problems
- Returns:
- The problem list
-