|
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. |