Package com.github.jscancella.exceptions
Class InvalidBagitFileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.jscancella.exceptions.InvalidBagitFileFormatException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidBagMetadataException
Class to represent an error when a specific bag file does not conform to its bagit specfication format
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidBagitFileFormatException
(String message) Class to represent an error when a specific bag file does not conform to its bagit specfication formatInvalidBagitFileFormatException
(String message, Exception exception) Class to represent an error when a specific bag file does not conform to its bagit specfication format -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidBagitFileFormatException
Class to represent an error when a specific bag file does not conform to its bagit specfication format- Parameters:
message
- error message for the user
-
InvalidBagitFileFormatException
Class to represent an error when a specific bag file does not conform to its bagit specfication format- Parameters:
message
- error message for the userexception
- the exception that occurred
-