Class NoMetadataFormatsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.lyncode.xoai.dataprovider.exceptions.HandlerException
-
- com.lyncode.xoai.dataprovider.exceptions.NoMetadataFormatsException
-
- All Implemented Interfaces:
Serializable
public class NoMetadataFormatsException extends HandlerException
- Version:
- 3.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoMetadataFormatsException()without detail message.NoMetadataFormatsException(String msg)with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoMetadataFormatsException
public NoMetadataFormatsException()
without detail message.
-
NoMetadataFormatsException
public NoMetadataFormatsException(String msg)
with the specified detail message.- Parameters:
msg- the detail message.
-
-