Class BivesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.unirostock.sems.bives.exception.BivesException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BivesConnectionException
,BivesDocumentConsistencyException
,BivesFlattenException
,BivesImportException
,BivesLogicalException
,BivesNetworkingException
,BivesUnsupportedException
public class BivesException extends Exception
The Class BivesException representing problems that occurred in BiVeS.- Author:
- Martin Scharm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BivesException(String message)
Instantiates a new BiVeS 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
-
BivesException
public BivesException(String message)
Instantiates a new BiVeS exception. Exceptions need to have a message..- Parameters:
message
- the message
-
-