marf.util
Class InvalidSampleFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--marf.util.InvalidSampleFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSampleFormatException
extends java.lang.Exception

Class InvalidSampleFormatException

$Header: /cvsroot/marf/marf/src/marf/util/InvalidSampleFormatException.java,v 1.2.4.1 2003/02/16 19:05:01 mokhov Exp $

See Also:
Serialized Form

Constructor Summary
InvalidSampleFormatException(int piFormat)
          Exception for specific sample format
InvalidSampleFormatException(java.lang.String pstrMsg)
          Generic exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
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