Package org.intermine.modelproduction
Class ModelMergerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.intermine.modelproduction.ModelMergerException
-
- All Implemented Interfaces:
java.io.Serializable
public class ModelMergerException extends java.lang.Exception
An Exception that may be thrown by ModelMerger methods.- Author:
- Thomas Riley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelMergerException()
Constructs a ModelMergerExceptionModelMergerException(java.lang.String msg)
Constructs a ModelMergerException with the specified detail message.ModelMergerException(java.lang.String msg, java.lang.Throwable t)
Constructs a ModelMergerException with the specified detail message and nested throwable.ModelMergerException(java.lang.Throwable t)
Constructs a ModelMergerException with the specified nested throwable.
-
-
-
Constructor Detail
-
ModelMergerException
public ModelMergerException()
Constructs a ModelMergerException
-
ModelMergerException
public ModelMergerException(java.lang.String msg)
Constructs a ModelMergerException with the specified detail message.- Parameters:
msg
- the detail message
-
ModelMergerException
public ModelMergerException(java.lang.Throwable t)
Constructs a ModelMergerException with the specified nested throwable.- Parameters:
t
- the nested throwable
-
ModelMergerException
public ModelMergerException(java.lang.String msg, java.lang.Throwable t)
Constructs a ModelMergerException with the specified detail message and nested throwable.- Parameters:
msg
- the detail messaget
- the nested throwable
-
-