Class SampleBufferException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.jsamplebuffer.api.SampleBufferException
All Implemented Interfaces:
Serializable

public class SampleBufferException extends Exception
An exception occurred involving a sample buffer.
See Also:
  • Constructor Details

    • SampleBufferException

      public SampleBufferException(String message)
      Construct an exception.
      Parameters:
      message - The message
    • SampleBufferException

      public SampleBufferException(String message, Throwable cause)
      Construct an exception.
      Parameters:
      message - The message
      cause - The cause
    • SampleBufferException

      public SampleBufferException(Throwable cause)
      Construct an exception.
      Parameters:
      cause - The cause