mulan.data
Class DataLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by mulan.core.MulanRuntimeException
                  extended by mulan.data.DataLoadException
All Implemented Interfaces:
Serializable

public class DataLoadException
extends MulanRuntimeException

The exception is thrown to indicate an error while loading the data.

Author:
Jozef Vilcek
See Also:
Serialized Form

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

DataLoadException

public DataLoadException(String message)
Creates a new instance of DataLoadException with detail mesage.

Parameters:
message - the detail message

DataLoadException

public DataLoadException(String message,
                         Throwable cause)
Creates a new instance of DataLoadException with detail message and nested exception.

Parameters:
message - the detail message
cause - the nested exception