Class 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 Detail

      • VersioningException

        public VersioningException()
      • VersioningException

        public VersioningException​(String message)
      • VersioningException

        public VersioningException​(String message,
                                   Throwable cause)
      • VersioningException

        public VersioningException​(Throwable cause)
      • VersioningException

        public VersioningException​(String message,
                                   Throwable cause,
                                   boolean enableSuppression,
                                   boolean writableStackTrace)