Class ViewMigrationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ViewMigrationException
    extends java.lang.Exception
    Exception that might be thrown while migrating a view model file.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ViewMigrationException​(java.lang.Exception exception)
      Constructor that wraps the exception that caused the view migration to fail.
      ViewMigrationException​(java.lang.String message)
      Constructor.
    • 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

      • ViewMigrationException

        public ViewMigrationException​(java.lang.String message)
        Constructor.
        Parameters:
        message - the error message
      • ViewMigrationException

        public ViewMigrationException​(java.lang.Exception exception)
        Constructor that wraps the exception that caused the view migration to fail.
        Parameters:
        exception - the inner exception