net.sf.jasperreports.jsf.convert
Class ConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
net.sf.jasperreports.jsf.JRFacesException
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
Methods inherited from class javax.faces.FacesException |
getCause |
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.