jaitools.jiffle.runtime
Class JiffleExecutorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
JiffleExecutorException(String msg)
          Creates a new exception.
JiffleExecutorException(Throwable thrwbl)
          Creates a new exception.
 
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

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.