zeroslackr.installer
Class InvalidListFormatException

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

 class InvalidListFormatException
extends Exception

InvalidListFormatException exception.

Exception thrown by incorrect List format.

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
InvalidListFormatException(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

InvalidListFormatException

public InvalidListFormatException(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.