jaitools.jiffle.runtime
Class JiffleRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jaitools.jiffle.runtime.JiffleRuntimeException
- All Implemented Interfaces:
- Serializable
public class JiffleRuntimeException
- extends RuntimeException
Thrown by Jiffle runtime objects when errors are trapped at runtime.
- Since:
- 1.1
- Version:
- $Id: JiffleRuntimeException.java 1505 2011-03-05 11:37:43Z michael.bedward $
- Author:
- Michael Bedward
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JiffleRuntimeException
public JiffleRuntimeException(String msg)
- Creates a new instance.
- Parameters:
msg - error message
Copyright © 2009-2011. All Rights Reserved.