jxl.install
Class InstallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jxl.install.InstallException
All Implemented Interfaces:
java.io.Serializable

public class InstallException
extends java.lang.RuntimeException

This exception is only thrown if there is a problem creating or recovering the install root dir.

Author:
alex
See Also:
Serialized Form

Constructor Summary
InstallException()
          Creates a new instance of InstallException without detail message.
InstallException(java.lang.String msg)
          Constructs an instance of InstallException with the specified detail message.
 
Method Summary
 
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

InstallException

public InstallException()
Creates a new instance of InstallException without detail message.


InstallException

public InstallException(java.lang.String msg)
Constructs an instance of InstallException with the specified detail message.

Parameters:
msg - the detail message.