quicktime
Class QTNullPointerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.NullPointerException
                          |
                          +--quicktime.QTNullPointerException
All Implemented Interfaces:
java.io.Serializable

public class QTNullPointerException
extends java.lang.NullPointerException

A General catch all class that is used to signal errors that occur from QTML calls

See Also:
Serialized Form

Constructor Summary
QTNullPointerException(java.lang.String str)
          Creates an exception with the name of the class that caused the exception to be thrown.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QTNullPointerException

public QTNullPointerException(java.lang.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.