All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.QTNullPointerException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.NullPointerException
                                   |
                                   +----quicktime.QTNullPointerException

public class QTNullPointerException
extends NullPointerException
A General catch all class that is used to signal errors that occur from QTML calls


Constructor Index

 o QTNullPointerException(String)
Creates an exception with the name of the class that caused the exception to be thrown.

Constructors

 o QTNullPointerException
 public QTNullPointerException(String str)
Creates an exception with the name of the class that caused the exception to be thrown. The message string will also indicate whether the exception was thrown due to a QuickTime native call being made without the QuickTime session being initialized.

Parameters:
str - The name of the class that has a null pointer.

All Packages  Class Hierarchy  This Package  Previous  Next  Index