|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--quicktime.QTException
|
+--quicktime.sound.SoundException
A General catch all class that is used to signal errors that occur from QT calls
| Constructor Summary | |
SoundException(int val)
Creates an exception with a specific error number |
|
SoundException(java.lang.String str)
Creates an exception with a message that could contain information that could be displayed to the user. |
|
| Method Summary | |
static void |
checkError(int err)
This method will throw an exception if the incoming err argument is a non-zero value. |
| Methods inherited from class quicktime.QTException |
errorCode, errorCodeToString, errorCodeToString, isDrawingError, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SoundException(java.lang.String str)
str - The message that could be displayed to the userpublic SoundException(int val)
val - the error number| Method Detail |
public static void checkError(int err)
throws SoundException
err - the result or error code if non-zero an exception is thrown
SoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||