Class BivesFlattenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.unirostock.sems.bives.exception.BivesException
-
- de.unirostock.sems.bives.exception.BivesFlattenException
-
- All Implemented Interfaces:
Serializable
public class BivesFlattenException extends BivesException
The Class BivesFlattenException signaling problems while flattening a document.- Author:
- Martin Scharm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BivesFlattenException(String msg)
Instantiates a new bives flatten exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BivesFlattenException
public BivesFlattenException(String msg)
Instantiates a new bives flatten exception.- Parameters:
msg
- the message
-
-