net.grelf.grip
Class InadequateDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.grelf.grip.InadequateDataException
All Implemented Interfaces:
java.io.Serializable

public class InadequateDataException
extends java.lang.Exception

May be thrown if an operation cannot be carried out because the data are not suitable. A message should explain why.

See Also:
Serialized Form

Constructor Summary
InadequateDataException(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

InadequateDataException

public InadequateDataException(java.lang.String msg)
Parameters:
msg - should explain why the data are inadequate.