org.purl.sword.atom
Class InvalidMediaTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.purl.sword.atom.InvalidMediaTypeException
All Implemented Interfaces:
Serializable

public class InvalidMediaTypeException
extends Exception

An invalid media type has been detected during parsing.

Author:
Neil Taylor
See Also:
Serialized Form

Constructor Summary
InvalidMediaTypeException(String message)
          Create a new instance and store the 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

InvalidMediaTypeException

public InvalidMediaTypeException(String message)
Create a new instance and store the message.

Parameters:
message - The exception's message.


Copyright © 2013 DuraSpace. All Rights Reserved.