mulan.data
Class InvalidDataFormatException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
mulan.core.MulanException
              
mulan.data.InvalidDataFormatException
- All Implemented Interfaces: 
 - Serializable
 
public class InvalidDataFormatException
- extends MulanException
 
The exception is thrown when format of the data is not valid.
- Author:
 
  - Jozef Vilcek
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
InvalidDataFormatException
public InvalidDataFormatException(String message)
- Creates a new instance of 
InvalidDataFormatException with detail mesage.
- Parameters:
 message - the detail message
 
InvalidDataFormatException
public InvalidDataFormatException(String message,
                                  Throwable cause)
- Creates a new instance of 
InvalidDataFormatException with detail message
 and nested exception.
- Parameters:
 message - the detail messagecause - the nested exception