Package ipsk.audio
Class AudioControllerException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- ipsk.audio.AudioControllerException
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class AudioControllerException extends java.lang.ExceptionEvery exception thrown in anAudioControllerimplementation, e.g I/O exception will be wrapped by this exception.- Author:
 - K.Jaensch, klausj@phonetik.uni-muenchen.de*
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AudioControllerException()Create new exception.AudioControllerException(java.lang.String message)Create exception with message.AudioControllerException(java.lang.String message, java.lang.Throwable cause)Create exception with message and cause.AudioControllerException(java.lang.Throwable cause)Create exception giving the cause. 
 - 
 
- 
- 
Constructor Detail
- 
AudioControllerException
public AudioControllerException()
Create new exception. 
- 
AudioControllerException
public AudioControllerException(java.lang.String message)
Create exception with message.- Parameters:
 message-
 
- 
AudioControllerException
public AudioControllerException(java.lang.Throwable cause)
Create exception giving the cause.- Parameters:
 cause-
 
- 
AudioControllerException
public AudioControllerException(java.lang.String message, java.lang.Throwable cause)Create exception with message and cause.- Parameters:
 message-cause-
 
 - 
 
 -