Class InvalidConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    @Internal
    @Experimental(SCHEMAS)
    public class InvalidConfigurationException
    extends java.lang.IllegalArgumentException
    Exception thrown when the configuration for a SchemaIO is invalid.
    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

      • InvalidConfigurationException

        public InvalidConfigurationException​(java.lang.String msg)
      • InvalidConfigurationException

        public InvalidConfigurationException​(java.lang.String msg,
                                             java.lang.Throwable cause)
      • InvalidConfigurationException

        public InvalidConfigurationException​(java.lang.Throwable cause)