hu.netmind.ogg
Class OggException

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

public class OggException
extends java.lang.Exception

This is the root exception for all Ogg bitstream related errors.

See Also:
Serialized Form

Constructor Summary
OggException(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

OggException

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

Parameters:
msg - The message.