rp1.rossum
Class RsPropertiesException

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

public class RsPropertiesException
extends java.io.IOException

An exception thrown when invalidly formatted data is found in a RsProperties file.

See Also:
Serialized Form

Constructor Summary
RsPropertiesException()
           
RsPropertiesException(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

RsPropertiesException

public RsPropertiesException()

RsPropertiesException

public RsPropertiesException(java.lang.String gripe)