Class NoValidObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--NoValidObjectException
All Implemented Interfaces:
java.io.Serializable

public class NoValidObjectException
extends java.lang.Exception

Exception that signals that there are no objects to prune.

See Also:
Serialized Form

Constructor Summary
NoValidObjectException(java.lang.String variable_name, java.lang.String reason)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoValidObjectException

public NoValidObjectException(java.lang.String variable_name,
                              java.lang.String reason)