hu.netmind.ogg
Class InvalidStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hu.netmind.ogg.OggException
              extended by hu.netmind.ogg.InvalidStateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidStateException
extends OggException

This exception is thrown, if the Ogg stream was handled improperly. The exact causes can be:

See Also:
Serialized Form

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

InvalidStateException

public InvalidStateException(java.lang.String msg)
Construct the exception with a message.

Parameters:
msg - The message.