org.jppf.scripting
Class JPPFScriptingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jppf.JPPFException
org.jppf.scripting.JPPFScriptingException
- All Implemented Interfaces:
- Serializable
public class JPPFScriptingException
- extends JPPFException
Exception thrown when an error occurs while executring a script.
- Author:
- Laurent Cohen
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JPPFScriptingException
public JPPFScriptingException(String message,
Throwable cause)
- Initialize this exception with a specified message and cause exception.
- Parameters:
message - the message for this exception.cause - the cause exception.
JPPFScriptingException
public JPPFScriptingException(String message)
- Initialize this exception with a specified message.
- Parameters:
message - the message for this exception.
JPPFScriptingException
public JPPFScriptingException(Throwable cause)
- Initialize this exception with a specified cause exception.
- Parameters:
cause - the cause exception.
Copyright © 2005-2010 JPPF Team.