Package de.unirostock.sems.cbarchive
Class CombineArchiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.unirostock.sems.cbarchive.CombineArchiveException
-
- All Implemented Interfaces:
Serializable
public class CombineArchiveException extends Exception
The Class CombineArchiveException representing an error while processing CombineArchives.- Author:
- Martin Scharm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CombineArchiveException(String msg)
Instantiates a new CombineArchiveException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CombineArchiveException
public CombineArchiveException(String msg)
Instantiates a new CombineArchiveException.- Parameters:
msg
- the error message
-
-