Package com.floragunn.codova.documents
Class Format.UnknownDocTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.floragunn.codova.documents.Format.UnknownDocTypeException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Format
public static class Format.UnknownDocTypeException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownDocTypeException(String contentType)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownDocTypeException
public UnknownDocTypeException(String contentType)
-
-