Package com.github.jscancella.exceptions
Class NoSuchBagitAlgorithmException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.jscancella.exceptions.NoSuchBagitAlgorithmException
- All Implemented Interfaces:
Serializable
A class to represent the bagit algorithm name is not mapped.
See
BagitChecksumNameMapping
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchBagitAlgorithmException
(String message) A class to represent the bagit algorithm name is not mapped. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchBagitAlgorithmException
A class to represent the bagit algorithm name is not mapped. SeeBagitChecksumNameMapping
- Parameters:
message
- error message for the user
-