org.sakaiproject.entitybroker.exception
Class FormatUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sakaiproject.entitybroker.exception.EntityBrokerException
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 |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
format
public String format
- The format which could not be handled
FormatUnsupportedException
public FormatUnsupportedException(String message,
String entityReference,
String format)
FormatUnsupportedException
public FormatUnsupportedException(String message,
Throwable cause,
String entityReference,
String format)
Copyright © 2007-2012 Sakai Project. All Rights Reserved.