net.sourceforge.smile.exception
Class UnknownConverterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.faces.FacesException
net.sourceforge.smile.exception.SmileException
net.sourceforge.smile.exception.UnknownConverterException
- All Implemented Interfaces:
- java.io.Serializable
- public class UnknownConverterException
- extends SmileException
- Author:
- codehawk
This exception is thrown when the a converter id used, that is not known to the system.
E.g. You request the Applicatiion an instance of a converter id that was never registered.
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnknownConverterException
public UnknownConverterException()
UnknownConverterException
public UnknownConverterException(java.lang.String message)
- Parameters:
message
-
UnknownConverterException
public UnknownConverterException(java.lang.Throwable cause)
- Parameters:
cause
-
UnknownConverterException
public UnknownConverterException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-