: Class NativeGraphicsException
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
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 NativeGraphicsExceptionextends 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)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: INNER | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD