org.niffty
Class RIFFFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.niffty.RIFFFormatException
All Implemented Interfaces:
java.io.Serializable

public class RIFFFormatException
extends java.lang.Exception

An exception class for returning format errors in a RIFF file.

See Also:
Serialized Form

Constructor Summary
RIFFFormatException(java.lang.String message)
          Creates new RIFFFormatException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RIFFFormatException

public RIFFFormatException(java.lang.String message)
Creates new RIFFFormatException

Parameters:
message - the exception detail message