repositorio.exception
Class PedidoNaoExisteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by repositorio.exception.PedidoNaoExisteException
All Implemented Interfaces:
java.io.Serializable

public class PedidoNaoExisteException
extends java.lang.Exception

Exceção gerada quando o pedido não existe

Author:
Lucas Tenorio, Rafael Marinheiro
See Also:
Serialized Form

Constructor Summary
PedidoNaoExisteException(java.lang.String repositorio)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PedidoNaoExisteException

public PedidoNaoExisteException(java.lang.String repositorio)
Parameters:
repositorio - String que indica qual foi o repositório que gerou a exceção