zeroslackr.installer
Class InvalidListFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
msg
private String msg
InvalidListFormatException
public InvalidListFormatException(String msg)
- Construtor with a meaningful error message.
- Parameters:
msg
- Message containing info about the cause of the error.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
- Returns:
- A meaningful error message.