org.metastatic.rsync
Class ParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.metastatic.rsync.ParameterException
All Implemented Interfaces:
Serializable

public class ParameterException
extends IOException

Signals that a parameter file being parsed is incorrect. This is not usually a fatal error, and parsing may continue, but the program catching this error should complain about this.

See Also:
Serialized Form

Constructor Summary
ParameterException()
           
ParameterException(String msg)
           
 
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

ParameterException

public ParameterException()

ParameterException

public ParameterException(String msg)