|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.media.MediaException
|
+--javax.media.format.UnsupportedFormatException
An UnsupportedFormatException is thrown when a format change request fails
because the requested Format is not supported.
| Field Summary | |
(package private) Format |
failedFormat
|
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
UnsupportedFormatException(Format unsupportedFormat)
Constructs a new UnsupportedFormatException. |
|
UnsupportedFormatException(java.lang.String message,
Format unsupportedFormat)
Constructs a new UnsupportedFormatException with the specified parameters. |
|
| Method Summary | |
Format |
getFailedFormat()
Gets the unsupported Format reported by this exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
Format failedFormat
| Constructor Detail |
public UnsupportedFormatException(Format unsupportedFormat)
UnsupportedFormatException.
unsupportedFormat - The Format that is not supported.
public UnsupportedFormatException(java.lang.String message,
Format unsupportedFormat)
UnsupportedFormatException with the specified parameters.
message - A String that contains a message associated with the exception.unsupportedFormat - The Format that is not supported.| Method Detail |
public Format getFailedFormat()
Format reported by this exception.
Format.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||