tpdv
Class ProdutoInexistenteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--tpdv.TPDVException
                    |
                    +--tpdv.ProdutoInexistenteException

public class ProdutoInexistenteException
extends TPDVException

Exceção indicando produto inexistente no catálogo de produtos.

Version:
1.0
Author:
Jacques Philippe Sauvé, jacques@dsc.ufpb.br
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ProdutoInexistenteException(java.lang.String mensagem)
          Cria uma exceção de produto inexistente
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ProdutoInexistenteException

public ProdutoInexistenteException(java.lang.String mensagem)
Cria uma exceção de produto inexistente
Parameters:
mensagem - Mensagem de erro imprimível