Class ViewModelMigrationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ViewModelMigrationException
    extends java.lang.Exception
    Exception that may occur during view model migration.
    Author:
    jfaltermeier
    See Also:
    Serialized Form
    • 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

      • ViewModelMigrationException

        public ViewModelMigrationException​(java.lang.Throwable ex)
        Default constructor.
        Parameters:
        ex - the throwable to wrap