org.blinkenbyte.pcopier
Class ProgressiveCopier.ParamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.blinkenbyte.pcopier.ProgressiveCopier.ParamException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ProgressiveCopier

public static class ProgressiveCopier.ParamException
extends java.lang.Exception

An exception class for bad parameters

See Also:
Serialized Form

Constructor Summary
ProgressiveCopier.ParamException(java.lang.String msg)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgressiveCopier.ParamException

public ProgressiveCopier.ParamException(java.lang.String msg)