com.tuneology.avm
Class InvalidStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.tuneology.avm.InvalidStateException
All Implemented Interfaces:
java.io.Serializable

public class InvalidStateException
extends java.lang.RuntimeException

An exception thrown when a command is attempted, but the MediaEngine is in the wrong state.

Version:
$Id: InvalidStateException.java,v 1.2 2003/06/10 08:39:06 xnarf Exp $
Author:
Fran Taylor
See Also:
Serialized Form

Constructor Summary
InvalidStateException(java.lang.String str)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 str)
Parameters:
str -