Package io.github.qishr.cascara.common.content.type
Class ContentTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.qishr.cascara.common.diagnostic.LocalizableRuntimeException
io.github.qishr.cascara.common.content.type.ContentTypeException
public class ContentTypeException
extends LocalizableRuntimeException
Constructor Summary
| Constructor | Description |
|---|---|
| ContentTypeException(DiagnosticCode code, Object[] details) | |
| ContentTypeException(Throwable cause, DiagnosticCode code, Object[] details) |
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public ContentType | getContentType() |
Methods inherited from LocalizableRuntimeException
getCode, getLocalizedMessage, getDetails
Method Details
getContentType
public ContentType getContentType()