Class LegacyModeNotEnabledException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class LegacyModeNotEnabledException
    extends java.lang.IllegalStateException
    Deprecated.
    As of 4.2 the legacy mode is always enabled.
    An unchecked exception being thrown if legacy objects are to be accessed and the associated view is not in legacy mode.
    Since:
    3.0
    Author:
    Eike Stepper
    See Also:
    Serialized Form
    No Extend
    This interface is not intended to be extended by clients.
    No Instantiate
    This class is not intended to be instantiated by clients.
    • 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

      • LegacyModeNotEnabledException

        public LegacyModeNotEnabledException()
        Deprecated.
      • LegacyModeNotEnabledException

        public LegacyModeNotEnabledException​(java.lang.String message)
        Deprecated.
      • LegacyModeNotEnabledException

        public LegacyModeNotEnabledException​(java.lang.Throwable cause)
        Deprecated.
      • LegacyModeNotEnabledException

        public LegacyModeNotEnabledException​(java.lang.String message,
                                             java.lang.Throwable cause)
        Deprecated.