quicktime.app
Class QTAppException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--quicktime.QTException
                    |
                    +--quicktime.app.QTAppException
All Implemented Interfaces:
java.io.Serializable

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.

See Also:
Serialized Form

Constructor Summary
QTAppException()
          Construct an Exception
QTAppException(java.lang.String message)
          Construct an Exception.
 
Methods inherited from class quicktime.QTException
checkError, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QTAppException

public QTAppException(java.lang.String message)
Construct an Exception.
Parameters:
message - A message

QTAppException

public QTAppException()
Construct an Exception