br.com.caelum.stella.boleto
Class GeracaoBoletoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by br.com.caelum.stella.boleto.BoletoException
                  extended by br.com.caelum.stella.boleto.GeracaoBoletoException
All Implemented Interfaces:
Serializable

public class GeracaoBoletoException
extends BoletoException

Representa um erro ao gerar um boleto para PNG, JPEG, PDF, etc. Normalmente representa um erro na camada responsável por gerar nesse formato específico.

See Also:
Serialized Form

Constructor Summary
GeracaoBoletoException(Exception e)
           
GeracaoBoletoException(String message, Exception e)
           
 
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

GeracaoBoletoException

public GeracaoBoletoException(String message,
                              Exception e)

GeracaoBoletoException

public GeracaoBoletoException(Exception e)


Copyright © 2008 Caelum. All Rights Reserved.