mulan.core
Class MulanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- the nested exception