Class BivesUnsupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.unirostock.sems.bives.exception.BivesException
-
- de.unirostock.sems.bives.exception.BivesUnsupportedException
-
- All Implemented Interfaces:
Serializable
public class BivesUnsupportedException extends BivesException
The Class BivesUnsupportedException for not (yet) supported operations.- Author:
- Martin Scharm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BivesUnsupportedException(String msg)
Instantiates a new unsupported 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
-
BivesUnsupportedException
public BivesUnsupportedException(String msg)
Instantiates a new unsupported exception.- Parameters:
msg
- the message
-
-