com.ccg.macros
Class InterpretException

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

Constructor Summary
InterpretException()
          Default constructor (message not set).
InterpretException(String msg)
          Construct with initial message.
 
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

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.