org.sakaiproject.entitybroker.exception
Class FormatUnsupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.sakaiproject.entitybroker.exception.EntityBrokerException
                  extended by org.sakaiproject.entitybroker.exception.FormatUnsupportedException
All Implemented Interfaces:
Serializable

public class FormatUnsupportedException
extends EntityBrokerException

Throw to indicate that there was a failure during formatting an entity (input or output), use the message to indicate more information about the failure, place the reference and format into the exception

Author:
Aaron Zeckoski (aaron@caret.cam.ac.uk)
See Also:
Serialized Form

Field Summary
 String format
          The format which could not be handled
 
Fields inherited from class org.sakaiproject.entitybroker.exception.EntityBrokerException
entityReference
 
Constructor Summary
FormatUnsupportedException(String message, String entityReference, String format)
           
FormatUnsupportedException(String message, Throwable cause, String entityReference, String format)
           
 
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
 

Field Detail

format

public String format
The format which could not be handled

Constructor Detail

FormatUnsupportedException

public FormatUnsupportedException(String message,
                                  String entityReference,
                                  String format)

FormatUnsupportedException

public FormatUnsupportedException(String message,
                                  Throwable cause,
                                  String entityReference,
                                  String format)


Copyright © 2007-2013 Sakai Project. All Rights Reserved.