net.customware.gwt.dispatch.shared
Class UnsupportedActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.customware.gwt.dispatch.shared.ActionException
              extended by net.customware.gwt.dispatch.shared.UnsupportedActionException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedActionException
extends ActionException

See Also:
Serialized Form

Constructor Summary
UnsupportedActionException(Action<? extends Result> action)
           
UnsupportedActionException(java.lang.Class<? extends Action<? extends Result>> actionClass)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

UnsupportedActionException

public UnsupportedActionException(Action<? extends Result> action)

UnsupportedActionException

public UnsupportedActionException(java.lang.Class<? extends Action<? extends Result>> actionClass)


Copyright © 2009 customware.net. All Rights Reserved.