mulan.core
Class MulanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by mulan.core.MulanException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidDataFormatException, LabelsBuilderException

public class MulanException
extends Exception

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

Author:
Jozef Vilcek
See Also:
Serialized Form

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

MulanException

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

Parameters:
message - the detail message

MulanException

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

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