com.speech4j.sound
Class SoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.speech4j.sound.SoundException
All Implemented Interfaces:
java.io.Serializable

public class SoundException
extends java.lang.Exception

Exception thrown by classes from this package.

Version:
$Revision
Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
SoundException(java.lang.String msg)
          Constructs SoundException
 
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

SoundException

public SoundException(java.lang.String msg)
Constructs SoundException

Parameters:
msg - Message string


Copyright © 2003 Pavel Vlasov. All Rights Reserved.