org.tromer.jie
Class InstrumConfig.ConfigErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.tromer.jie.InstrumConfig.ConfigErrorException
Enclosing class:
InstrumConfig

public static class InstrumConfig.ConfigErrorException
extends java.lang.Exception

Signals error in reading of configuration

See Also:
Serialized Form

Constructor Summary
InstrumConfig.ConfigErrorException(java.lang.String s)
           
 
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

InstrumConfig.ConfigErrorException

public InstrumConfig.ConfigErrorException(java.lang.String s)