org.apache.commons.scxml.invoke
Class InvokerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.scxml.invoke.InvokerException
- All Implemented Interfaces:
- java.io.Serializable
public class InvokerException
- extends java.lang.Exception
Exception thrown when a process specified by an <invoke>
cannot be initiated.
- See Also:
- Serialized Form
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 |
InvokerException
public InvokerException()
- See Also:
Exception.Exception()
InvokerException
public InvokerException(java.lang.String message)
- Parameters:
message
- The error message- See Also:
Exception.Exception(java.lang.String)
InvokerException
public InvokerException(java.lang.Throwable cause)
- Parameters:
cause
- The cause- See Also:
Exception.Exception(java.lang.Throwable)
InvokerException
public InvokerException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- The error messagecause
- The cause- See Also:
Exception.Exception(String, Throwable)
Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.