net.sf.jasperreports.jsf.convert
Class ConverterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by net.sf.jasperreports.jsf.JRFacesException
                      extended by net.sf.jasperreports.jsf.convert.ConverterException
All Implemented Interfaces:
Serializable

public class ConverterException
extends JRFacesException

Base converter exception.

Author:
A. Alonso Dominguez
See Also:
Serialized Form

Constructor Summary
ConverterException(String msg)
          Constructor with message.
ConverterException(String msg, Throwable t)
          Constructor with message and cause.
ConverterException(Throwable t)
          Constructor with cause.
 
Method Summary
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

ConverterException

public ConverterException(Throwable t)
Constructor with cause.

Parameters:
t - the cause.

ConverterException

public ConverterException(String msg)
Constructor with message.

Parameters:
msg - the message.

ConverterException

public ConverterException(String msg,
                          Throwable t)
Constructor with message and cause.

Parameters:
msg - the message.
t - the cause.


Copyright © 2011 SourceForge.net. All Rights Reserved.