Class RegistrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.levigo.jadice.web.client.util.action.RegistrationException
All Implemented Interfaces:
Serializable

public class RegistrationException extends RuntimeException
Thrown when there is a problem registering a RegisteredAction with the ActionManager or registering an alternative KeyStroke for an action.
See Also:
  • Constructor Details

    • RegistrationException

      public RegistrationException(String message)
  • Method Details