org.tromer.jie
Class InstrumTransform.MacroExpansionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.tromer.jie.InstrumTransform.MacroExpansionException
Enclosing class:
InstrumTransform

public static class InstrumTransform.MacroExpansionException
extends java.lang.RuntimeException

Thrown when InstrumTransform encounters an invalid action template macro.

See Also:
Serialized Form

Constructor Summary
(package private) InstrumTransform.MacroExpansionException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstrumTransform.MacroExpansionException

InstrumTransform.MacroExpansionException(java.lang.String msg)