Class RandoopOutputException

  • All Implemented Interfaces:
    Serializable

    public class RandoopOutputException
    extends Throwable
    An exception (usually an IOException) occurred while writing tests to a file.
    See Also:
    Serialized Form
    • Constructor Detail

      • RandoopOutputException

        public RandoopOutputException​(String message)
        Creates a RandoopOutputException with the message.
        Parameters:
        message - the error message
      • RandoopOutputException

        public RandoopOutputException​(String message,
                                      IOException cause)
        Creates a RandoopOutputException with the message and cause.
        Parameters:
        message - the error message
        cause - the exception for the error
      • RandoopOutputException

        public RandoopOutputException​(IOException cause)
        Creates a RandoopOutputException with the cause.
        Parameters:
        cause - the exception for the error