marf.util
Class InvalidSampleFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by marf.util.MARFException
              extended by marf.util.InvalidSampleFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSampleFormatException
extends MARFException

Class InvalidSampleFormatException.

$Id: InvalidSampleFormatException.java,v 1.8 2005/06/16 19:58:58 mokhov Exp $

Since:
0.0.1
Version:
$Revision: 1.8 $
Author:
Serguei Mokhov
See Also:
Serialized Form

Field Summary
 
Fields inherited from class marf.util.MARFException
strMessage
 
Constructor Summary
InvalidSampleFormatException(int piFormat)
          Exception for specific sample format.
InvalidSampleFormatException(java.lang.String pstrMsg)
          Generic exception.
 
Method Summary
static java.lang.String getMARFSourceCodeRevision()
          Returns source code revision information.
 
Methods inherited from class marf.util.MARFException
getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSampleFormatException

public InvalidSampleFormatException(int piFormat)
Exception for specific sample format.

Parameters:
piFormat - Format number, caused the exception to be thrown

InvalidSampleFormatException

public InvalidSampleFormatException(java.lang.String pstrMsg)
Generic exception.

Parameters:
pstrMsg - error message only
Method Detail

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Returns source code revision information.

Returns:
revision string
Since:
0.3.0