net.kwfgrid.gwes.client
Class WorkflowFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.kwfgrid.gwes.client.WorkflowFormatException
All Implemented Interfaces:
Serializable

public class WorkflowFormatException
extends Exception

See Also:
Serialized Form

Constructor Summary
WorkflowFormatException()
           
WorkflowFormatException(String s)
           
WorkflowFormatException(String s, Throwable ex)
           
WorkflowFormatException(Throwable cause)
           
 
Method Summary
 GWESStub.WorkflowFormatExceptionE getFaultMessage()
           
 void setFaultMessage(GWESStub.WorkflowFormatExceptionE msg)
           
 
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

WorkflowFormatException

public WorkflowFormatException()

WorkflowFormatException

public WorkflowFormatException(String s)

WorkflowFormatException

public WorkflowFormatException(String s,
                               Throwable ex)

WorkflowFormatException

public WorkflowFormatException(Throwable cause)
Method Detail

setFaultMessage

public void setFaultMessage(GWESStub.WorkflowFormatExceptionE msg)

getFaultMessage

public GWESStub.WorkflowFormatExceptionE getFaultMessage()


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.