org.melati.util
Class CharsetException

Package class diagram package CharsetException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.melati.util.MelatiException
              extended by 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

Field Summary
 
Fields inherited from class org.melati.util.MelatiException
subException
 
Constructor Summary
CharsetException(String message)
          Constructor with message.
CharsetException(String message, Exception e)
          Constructor with message.
 
Method Summary
 String getMessage()
          
 
Methods inherited from class org.melati.util.MelatiException
innermostException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 set
e - initial cause
Method Detail

getMessage

public String getMessage()

Overrides:
getMessage in class MelatiException
See Also:
MelatiException.getMessage()


Copyright © 2000-2010 PanEris. All Rights Reserved.