Class ResamplingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.peterphi.std.types.ResamplingException
All Implemented Interfaces:
Serializable

public class ResamplingException extends Exception
Thrown to indicate that it is not possible to represent a timecode or sample count in a precise way
See Also:
  • Constructor Details

    • ResamplingException

      public ResamplingException(String msg, Throwable cause)
    • ResamplingException

      public ResamplingException(Throwable cause)
    • ResamplingException

      public ResamplingException(String msg)
    • ResamplingException

      public ResamplingException()