mulan.data
Class InvalidDataFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by mulan.core.MulanException
              extended by 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

Constructor Summary
InvalidDataFormatException(String message)
          Creates a new instance of InvalidDataFormatException with detail mesage.
InvalidDataFormatException(String message, Throwable cause)
          Creates a new instance of InvalidDataFormatException with detail message and nested exception.
 
Method Summary
 
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

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 message
cause - the nested exception