Class VariantSupport.VariantLoadException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    VariantSupport

    private static class VariantSupport.VariantLoadException
    extends java.lang.Exception
    A helper class to store the exception that happened during VariantLoading together with the task during which that happened.
    • Constructor Summary

      Constructors 
      Constructor Description
      VariantLoadException​(java.lang.String message, java.lang.Throwable e)  
    • 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

      • VariantLoadException

        public VariantLoadException​(java.lang.String message,
                                    java.lang.Throwable e)