Class LegacyModeNotEnabledException

All Implemented Interfaces:
Serializable

@Deprecated public class LegacyModeNotEnabledException extends 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:
No Extend
This interface is not intended to be extended by clients.
No Instantiate
This class is not intended to be instantiated by clients.
  • Constructor Details

    • LegacyModeNotEnabledException

      public LegacyModeNotEnabledException()
      Deprecated.
    • LegacyModeNotEnabledException

      public LegacyModeNotEnabledException(String message)
      Deprecated.
    • LegacyModeNotEnabledException

      public LegacyModeNotEnabledException(Throwable cause)
      Deprecated.
    • LegacyModeNotEnabledException

      public LegacyModeNotEnabledException(String message, Throwable cause)
      Deprecated.