jaitools.jiffle.runtime
Class JiffleExecutorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jaitools.jiffle.runtime.JiffleExecutorException
- All Implemented Interfaces:
- Serializable
public class JiffleExecutorException
- extends Exception
Exception thrown by JiffleExecutor to signal runtime errors.
- Since:
- 1.0
- Version:
- $Id: JiffleExecutorException.java 1389 2011-02-11 08:54:11Z michael.bedward $
- Author:
- Michael Bedward
- See Also:
JiffleExecutor,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JiffleExecutorException
public JiffleExecutorException(String msg)
- Creates a new exception.
- Parameters:
msg - error message.
JiffleExecutorException
public JiffleExecutorException(Throwable thrwbl)
- Creates a new exception.
- Parameters:
thrwbl - base exception
Copyright © 2009-2011. All Rights Reserved.