Class VersioningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.somda.sdc.biceps.provider.preprocessing.VersioningException
-
- All Implemented Interfaces:
Serializable
public class VersioningException extends Exception
Exception that is thrown if the versioning rules of BICEPS could not be applied during preprocessing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VersioningException()VersioningException(String message)VersioningException(String message, Throwable cause)VersioningException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)VersioningException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-