net.ponec.jworksheet.core
Class MessageException

Package class diagram package MessageException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.ponec.jworksheet.core.MessageException
All Implemented Interfaces:
java.io.Serializable

public class MessageException
extends java.lang.RuntimeException

Message Exception

See Also:
Serialized Form

Constructor Summary
MessageException(java.lang.String message)
          Creates a new instance of MessageException
MessageException(java.lang.String message, java.lang.Throwable exception)
          Creates a new instance of MessageException
 
Method Summary
 java.lang.String getMessage(java.util.Locale language)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageException

public MessageException(java.lang.String message,
                        java.lang.Throwable exception)
Creates a new instance of MessageException


MessageException

public MessageException(java.lang.String message)
Creates a new instance of MessageException

Method Detail

getMessage

public java.lang.String getMessage(java.util.Locale language)


Copyright © 2007-2009 PPonec