Package mulan.core

Class Summary
MulanJavadoc This class uses weka's Javadoc auto-generation classes to generate Javadoc
comments and replaces the content between certain comment tags.
Util Class which provides various utility methods.
 

Exception Summary
ArgumentNullException This exception is raised when a null reference is passed to a method that does not accept a null reference for an argument.
MulanException Represents a root base class for checked exceptions thrown within Mulan library.
MulanRuntimeException Represents a root base class for unchecked exceptions thrown within Mulan library.
WekaException The convenience exception, which can be used to wrap up checked general Exception commonly thrown by underlying Weka library into anonymous runtime exception.