com.izforge.izpack.installer
Class InstallerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.izforge.izpack.installer.InstallerException
All Implemented Interfaces:
java.io.Serializable

public class InstallerException
extends java.lang.Exception

Indicates a Failure in a custom action.

Author:
Klaus Bartz
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InstallerException()
           
InstallerException(java.lang.String message)
           
InstallerException(java.lang.String message, java.lang.Throwable cause)
           
InstallerException(java.lang.Throwable cause)
           
 
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

InstallerException

public InstallerException()

InstallerException

public InstallerException(java.lang.String message)
Parameters:
message -

InstallerException

public InstallerException(java.lang.Throwable cause)
Parameters:
cause -

InstallerException

public InstallerException(java.lang.String message,
                          java.lang.Throwable cause)
Parameters:
message -
cause -