org.melati.util
Class CharsetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.melati.util.MelatiException
org.melati.util.CharsetException
- All Implemented Interfaces:
- Serializable
public class CharsetException
- extends MelatiException
Thrown when there is a problem establishing Character Sets.
- See Also:
- Serialized Form
CharsetException
public CharsetException(String message)
- Constructor with message.
- Parameters:
message
- the message to set
CharsetException
public CharsetException(String message,
Exception e)
- Constructor with message.
- Parameters:
message
- the message to sete
- initial cause
getMessage
public String getMessage()
-
- Overrides:
getMessage
in class MelatiException
- See Also:
MelatiException.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.