org.objectweb.proactive.branchnbound.core.exception
Class NoResultsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.proactive.branchnbound.core.exception.NoResultsException
All Implemented Interfaces:
java.io.Serializable

public class NoResultsException
extends java.lang.Exception
implements java.io.Serializable

This exception is used for signaling that a Result containts no solutions.

Author:
Alexandre di Costanzo Created on Nov 2, 2005
See Also:
Serialized Form

Constructor Summary
NoResultsException()
          Create a new Excpeiton.
NoResultsException(java.lang.String arg0)
          Create a new Excpetion with a given message.
 
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

NoResultsException

public NoResultsException()
Create a new Excpeiton.


NoResultsException

public NoResultsException(java.lang.String arg0)
Create a new Excpetion with a given message.

Parameters:
arg0 - the message.


Copyright 2001-2005 INRIA All Rights Reserved.