Class UnknownBagTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnknownBagTypeException
    extends java.lang.Exception
    Exception thrown when given attempting to create a bag for a type that isn't in the model, this can happen when reading bags from a userprofile database and the data model has changed. types
    Author:
    Richard Smith
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnknownBagTypeException​(java.lang.String msg)
      Constructs an IncompatibleBagTypesException with the specified detail message.
      UnknownBagTypeException​(java.lang.String msg, java.lang.Throwable t)
      Constructs an IncompatibleBagTypesException with the specified detail message and nested throwable.
      UnknownBagTypeException​(java.lang.Throwable t)
      Constructs an IncompatibleBagTypesException with the specified nested throwable.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownBagTypeException

        public UnknownBagTypeException​(java.lang.String msg)
        Constructs an IncompatibleBagTypesException with the specified detail message.
        Parameters:
        msg - the detail message
      • UnknownBagTypeException

        public UnknownBagTypeException​(java.lang.Throwable t)
        Constructs an IncompatibleBagTypesException with the specified nested throwable.
        Parameters:
        t - the nested throwable
      • UnknownBagTypeException

        public UnknownBagTypeException​(java.lang.String msg,
                                       java.lang.Throwable t)
        Constructs an IncompatibleBagTypesException with the specified detail message and nested throwable.
        Parameters:
        msg - the detail message
        t - the nested throwable