stella.exception
Class InsufficientDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by stella.exception.InsufficientDataException
All Implemented Interfaces:
Serializable

public class InsufficientDataException
extends RuntimeException

An exception signaling that not enough data is available to a certain object to fullfill a certain request.

See Also:
Serialized Form

Constructor Summary
InsufficientDataException()
          Constructs an empty UnsufficientDataException.
InsufficientDataException(String m)
          Constructs an UnsufficientDataException with the given error message.
 
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

InsufficientDataException

public InsufficientDataException()
Constructs an empty UnsufficientDataException.


InsufficientDataException

public InsufficientDataException(String m)
Constructs an UnsufficientDataException with the given error message.