edu.umd.cfar.lamp.mpeg1
Class UnsupportedIndexVersionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.umd.cfar.lamp.mpeg1.MpegException
              extended byedu.umd.cfar.lamp.mpeg1.IndexException
                  extended byedu.umd.cfar.lamp.mpeg1.UnsupportedIndexVersionException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedIndexVersionException
extends IndexException

See Also:
Serialized Form

Constructor Summary
UnsupportedIndexVersionException()
           
UnsupportedIndexVersionException(java.lang.String message)
           
 
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

UnsupportedIndexVersionException

public UnsupportedIndexVersionException()

UnsupportedIndexVersionException

public UnsupportedIndexVersionException(java.lang.String message)