mulan.core
Class MulanRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by mulan.core.MulanRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArgumentNullException, DataLoadException, LearnerException, WekaException

public class MulanRuntimeException
extends RuntimeException

Represents a root base class for unchecked exceptions thrown within Mulan library.

Author:
Jozef Vilcek
See Also:
Serialized Form

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

MulanRuntimeException

public MulanRuntimeException(String message)
Creates a new instance of MulanRuntimeException with the specified detail message.

Parameters:
message - the detail message

MulanRuntimeException

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

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