mulan.data
Class LabelsBuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by mulan.core.MulanException
              extended by 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

Constructor Summary
LabelsBuilderException(String message)
          Creates a new LabelsBuilderException instance.
LabelsBuilderException(String message, Throwable cause)
          Creates a new instance of LabelsBuilderException 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

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 message
cause - the nested exception