tpdv
Class PagamentoInsuficienteException

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

public class PagamentoInsuficienteException
extends TPDVException

Exceção indicando pagamento insuficiente para uma venda.

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

Constructor Summary
PagamentoInsuficienteException(java.lang.String mensagem)
          Cria uma exceção de pagamento insuficiente
 
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

PagamentoInsuficienteException

public PagamentoInsuficienteException(java.lang.String mensagem)
Cria uma exceção de pagamento insuficiente
Parameters:
mensagem - Mensagem de erro imprimível