Class RiskscapeIOException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RelationIOException

public class RiskscapeIOException extends RiskscapeException

Can be thrown by engine code to say there was some underlying IO issue that caused data processing to fail. Should only be thrown from fatal errors where there's nothing (or little) a user can do to their inputs fix it, e.g. out of disk space, file permissions error, network timeout

See Also:
  • Constructor Details

    • RiskscapeIOException

      public RiskscapeIOException(String message, Exception cause)
    • RiskscapeIOException

      public RiskscapeIOException(Problem problem)