com.ccg.macros
Class InterpretException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ccg.macros.InterpretException
- All Implemented Interfaces:
- Serializable
public class InterpretException
- extends Exception
Base exception class for errors which occur while processing macros.
- Since:
- 1.0
- Version:
- $Revision: 1.1.1.1 $
- Author:
- $Author: pkb $
- See Also:
Interpreter,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterpretException
public InterpretException()
- Default constructor (message not set).
- Since:
- 1.0
InterpretException
public InterpretException(String msg)
- Construct with initial message.
- Parameters:
msg - Error message indicating problem.- Since:
- 1.0
Copyright 1998-1998-2006 null. All Rights Reserved.