br.com.caelum.stella.boleto
Class BoletoException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CriacaoBoletoException, GeracaoBoletoException

public class BoletoException
extends RuntimeException

Define as Exceptions de um boleto

Author:
CauĂȘ Guerra
See Also:
Serialized Form

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

BoletoException

public BoletoException(String message,
                       Exception e)

BoletoException

public BoletoException(Exception e)

BoletoException

public BoletoException(String message)


Copyright © 2009 Caelum. All Rights Reserved.