org.apache.commons.scxml.invoke
Class InvokerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.scxml.invoke.InvokerException
All Implemented Interfaces:
Serializable

public class InvokerException
extends Exception

Exception thrown when a process specified by an <invoke> cannot be initiated.

See Also:
Serialized Form

Constructor Summary
InvokerException()
           
InvokerException(String message)
           
InvokerException(String message, Throwable cause)
           
InvokerException(Throwable cause)
           
 
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

InvokerException

public InvokerException()
See Also:
Exception.Exception()

InvokerException

public InvokerException(String message)
Parameters:
message - The error message
See Also:
Exception.Exception(java.lang.String)

InvokerException

public InvokerException(Throwable cause)
Parameters:
cause - The cause
See Also:
Exception.Exception(java.lang.Throwable)

InvokerException

public InvokerException(String message,
                        Throwable cause)
Parameters:
message - The error message
cause - The cause
See Also:
Exception.Exception(String, Throwable)


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.