Class MetadataFormatDoesNotExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.lyncode.xoai.dataprovider.exceptions.MetadataFormatDoesNotExistsException
-
- All Implemented Interfaces:
Serializable
public class MetadataFormatDoesNotExistsException extends Exception
- Version:
- 3.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataFormatDoesNotExistsException()Creates a new instance of without detail message.MetadataFormatDoesNotExistsException(String msg)Constructs an instance of 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
-
MetadataFormatDoesNotExistsException
public MetadataFormatDoesNotExistsException()
Creates a new instance of without detail message.
-
MetadataFormatDoesNotExistsException
public MetadataFormatDoesNotExistsException(String msg)
Constructs an instance of with the specified detail message.- Parameters:
msg- the detail message.
-
-