rp1.simulator
Class SimPropertiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by rp1.simulator.SimPropertiesException
All Implemented Interfaces:
java.io.Serializable

public class SimPropertiesException
extends java.io.IOException

An exception issued n response to improper properties specifications. This class is overdue for a serious rewrite.

See Also:
Serialized Form

Constructor Summary
SimPropertiesException()
           
SimPropertiesException(java.lang.String gripe)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimPropertiesException

public SimPropertiesException()

SimPropertiesException

public SimPropertiesException(java.lang.String gripe)