Package org.nuxeo.ecm.core.convert.api
Class ConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.ecm.core.api.NuxeoException
-
- org.nuxeo.ecm.core.convert.api.ConversionException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConverterNotAvailable,ConverterNotRegistered
public class ConversionException extends NuxeoException
Base exception raised by theConversionService.- Author:
- tiry
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.core.api.NuxeoException
statusCode
-
-
Constructor Summary
Constructors Constructor Description ConversionException()ConversionException(String message)ConversionException(String message, Throwable cause)ConversionException(String message, Blob blob)ConversionException(String message, BlobHolder blobHolder)ConversionException(String message, BlobHolder blobHolder, Throwable cause)ConversionException(String message, Blob blob, Throwable cause)ConversionException(Throwable cause)ConversionException(BlobHolder blobHolder, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddInfo(Blob blob)protected voidaddInfos(BlobHolder blobHolder)-
Methods inherited from class org.nuxeo.ecm.core.api.NuxeoException
addInfo, getInfos, getMessage, getOriginalMessage, getStatusCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConversionException
public ConversionException()
-
ConversionException
public ConversionException(String message)
-
ConversionException
public ConversionException(Throwable cause)
-
ConversionException
public ConversionException(String message, BlobHolder blobHolder)
- Since:
- 11.1
-
ConversionException
public ConversionException(String message, BlobHolder blobHolder, Throwable cause)
- Since:
- 11.1
-
ConversionException
public ConversionException(BlobHolder blobHolder, Throwable cause)
- Since:
- 11.1
-
ConversionException
public ConversionException(String message, Blob blob, Throwable cause)
- Since:
- 11.1
-
-
Method Detail
-
addInfos
protected void addInfos(BlobHolder blobHolder)
-
addInfo
protected void addInfo(Blob blob)
-
-