org.gstreamer
Class Structure.InvalidFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gstreamer.Structure.InvalidFieldException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Structure

public class Structure.InvalidFieldException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
Structure.InvalidFieldException(java.lang.String type, java.lang.String fieldName)
           
 
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

Structure.InvalidFieldException

public Structure.InvalidFieldException(java.lang.String type,
                                       java.lang.String fieldName)