|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
hu.netmind.ogg.OggException
hu.netmind.ogg.InvalidStateException
public class InvalidStateException
This exception is thrown, if the Ogg stream was handled improperly. The
exact causes can be:
createLogicalOutputStream() on OggOutputStream, but
there was already a logical stream open, and data written to it. Either
open all logical streams before writing data to the stream, or close all
logical streams before opening a new one (latter is 'chaining').
| Constructor Summary | |
|---|---|
InvalidStateException(java.lang.String msg)
Construct the exception with a message. |
|
| Method Summary |
|---|
| 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 |
| Constructor Detail |
|---|
public InvalidStateException(java.lang.String msg)
msg - The message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||