|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--quicktime.QTException | +--quicktime.app.QTAppException
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.
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 |
public QTAppException(java.lang.String message)
message
- A messagepublic QTAppException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |