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
Fields Modifier and Type Field Description StringformatThe format which could not be handled-
Fields inherited from class org.sakaiproject.entitybroker.exception.EntityBrokerException
entityReference
-
-
Constructor Summary
Constructors Constructor Description 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
format
public String format
The format which could not be handled
-
-