mulan.data
Class LabelsBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
mulan.core.MulanException
mulan.data.LabelsBuilderException
- All Implemented Interfaces:
- Serializable
public class LabelsBuilderException
- extends MulanException
Exception is raised by LabelsBuilder
to indicate an error when creating
LabelsMetaDataImpl
instance form specified source.
- Author:
- Jozef Vilcek
- See Also:
LabelsBuilder
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LabelsBuilderException
public LabelsBuilderException(String message)
- Creates a new
LabelsBuilderException
instance.
- Parameters:
message
- the detail message
LabelsBuilderException
public LabelsBuilderException(String message,
Throwable cause)
- Creates a new instance of
LabelsBuilderException
with the specified
detail message and nested exception.
- Parameters:
message
- the detail messagecause
- the nested exception