org.apache.wookie.w3c.exceptions
Class InvalidContentTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wookie.w3c.exceptions.BadManifestException
              extended by org.apache.wookie.w3c.exceptions.InvalidContentTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidContentTypeException
extends BadManifestException

Thrown when a widget manifest sets an invalid content type

See Also:
Serialized Form

Constructor Summary
InvalidContentTypeException(java.lang.String 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

InvalidContentTypeException

public InvalidContentTypeException(java.lang.String message)


2012 Apache Software Foundation.