net.sf.myra.framework
Class NoAvailableVertexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.myra.framework.NoAvailableVertexException
All Implemented Interfaces:
java.io.Serializable

public class NoAvailableVertexException
extends java.lang.Exception

Signals that there are no available vertices to be selected.

Version:
$Revision$ $Date: 2008-02-08 15:54:20#$
Author:
Fernando Esteban Barril Otero
See Also:
Serialized Form

Constructor Summary
NoAvailableVertexException()
          Creates a new NoAvailableVertexException with null as its detail message.
NoAvailableVertexException(java.lang.String message)
          Creates a new NoAvailableVertexException with the specified detail 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

NoAvailableVertexException

public NoAvailableVertexException()
Creates a new NoAvailableVertexException with null as its detail message.


NoAvailableVertexException

public NoAvailableVertexException(java.lang.String message)
Creates a new NoAvailableVertexException with the specified detail message.

Parameters:
message - the detail message.


Copyright © 2013. All Rights Reserved.