Class InitException

All Implemented Interfaces:
Serializable

public class InitException extends Exception
Throws when probllems on init (generally calling to init() method.>p>
Author:
Javier Paniza
See Also:
  • Constructor Details

    • InitException

      public InitException()
    • InitException

      public InitException(String idOrMessage)
      Parameters:
      idOrMessage - Id for look messsage in XavaResources, or text of the message
    • InitException

      public InitException(String idOrMessage, Object argv0)
    • InitException

      public InitException(String idOrMessage, Object argv0, Object argv1)
  • Method Details