quicktime.qd
Class NativeGraphicsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--quicktime.QTException
                    |
                    +--quicktime.qd.QDException
                          |
                          +--quicktime.qd.NativeGraphicsException
All Implemented Interfaces:
java.io.Serializable

public class NativeGraphicsException
extends QDException

This exception is thrown if the NativeGraphics environment is not initialized when you try to get the QDGraphics from the java.awt.Canvas

See Also:
Serialized Form

Constructor Summary
NativeGraphicsException(java.lang.String message)
           
 
Methods inherited from class quicktime.qd.QDException
checkError
 
Methods inherited from class quicktime.QTException
errorCode, errorCodeToString, errorCodeToString, isDrawingError, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NativeGraphicsException

public NativeGraphicsException(java.lang.String message)