zeroslackr.installer
Class iPodPatcherFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by zeroslackr.installer.iPodPatcherFailureException
All Implemented Interfaces:
Serializable

 class iPodPatcherFailureException
extends Exception

iPodPatcherFailureException exception.

Exception thrown by ipodpatcher failure.

Licensed under GNU GPL (Version 3).

Version:
Jan 14, 2008
Author:
Keripo
See Also:
List

Field Summary
private  String msg
           
private static long serialVersionUID
           
 
Constructor Summary
iPodPatcherFailureException(String msg)
          Construtor with a meaningful error message.
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

msg

private String msg
Constructor Detail

iPodPatcherFailureException

public iPodPatcherFailureException(String msg)
Construtor with a meaningful error message.

Parameters:
msg - Message containing info about the cause of the error.
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable
Returns:
A meaningful error message.