jonelo.sugar.util

Class EncodingException


public class EncodingException
extends IllegalArgumentException

Thrown to indicate that the application has attempted to specify a non supported encoding

Constructor Summary

EncodingException()
Constructs a EncodingException with no detail message.
EncodingException(String s)
Constructs a EncodingException with the specified detail message.

Constructor Details

EncodingException

public EncodingException()
Constructs a EncodingException with no detail message.

EncodingException

public EncodingException(String s)
Constructs a EncodingException with the specified detail message.
Parameters:
s - the detail message.