p1.aplic.mancala.jogo
Class MancalaException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--p1.aplic.mancala.jogo.MancalaException
All Implemented Interfaces:
java.io.Serializable

public class MancalaException
extends java.lang.Exception

A classe que representa qualquer exceção do jogo Mancala.

Version:
1.0
Copyright (C) 2001 Universidade Federal da Paraíba.
Author:
Jacques Philippe Sauvé, jacques@dsc.ufpb.br
See Also:
Serialized Form

Constructor Summary
MancalaException()
          Constroi uma MancalaException
MancalaException(java.lang.String motivo)
          Constroi uma MancalaException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MancalaException

public MancalaException()
Constroi uma MancalaException

MancalaException

public MancalaException(java.lang.String motivo)
Constroi uma MancalaException
Parameters:
motivo - O motivo da exceção.