All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.app.QTAppException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----quicktime.QTException
|
+----quicktime.app.QTAppException
- public class QTAppException
- extends QTException
QTAppExceptions are thrown by quicktime.app classes when some condition
is not as expected. They are a general exception type with specific subclasses
for specific situations.
-
QTAppException()
- Construct an Exception
-
QTAppException(String)
- Construct an Exception.
QTAppException
public QTAppException(String message)
- Construct an Exception.
- Parameters:
- message - A message
QTAppException
public QTAppException()
- Construct an Exception
All Packages Class Hierarchy This Package Previous Next Index