Package org.intermine.metadata
Class NonFatalMetaDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.intermine.metadata.NonFatalMetaDataException
-
- All Implemented Interfaces:
java.io.Serializable
public class NonFatalMetaDataException extends java.lang.RuntimeExceptionAn Exception that may be thrown if metadata is in an invalid state. Some aspects of metadata cannot be validated on model construction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonFatalMetaDataException()Constructs an MetaDataExceptionNonFatalMetaDataException(java.lang.String msg)Constructs an MetaDataException with the specified detail message.NonFatalMetaDataException(java.lang.String msg, java.lang.Throwable t)Constructs an MetaDataException with the specified detail message and nested throwable.NonFatalMetaDataException(java.lang.Throwable t)Constructs an MetaDataException with the specified nested throwable.
-
-
-
Constructor Detail
-
NonFatalMetaDataException
public NonFatalMetaDataException()
Constructs an MetaDataException
-
NonFatalMetaDataException
public NonFatalMetaDataException(java.lang.String msg)
Constructs an MetaDataException with the specified detail message.- Parameters:
msg- the detail message
-
NonFatalMetaDataException
public NonFatalMetaDataException(java.lang.Throwable t)
Constructs an MetaDataException with the specified nested throwable.- Parameters:
t- the nested throwable
-
NonFatalMetaDataException
public NonFatalMetaDataException(java.lang.String msg, java.lang.Throwable t)Constructs an MetaDataException with the specified detail message and nested throwable.- Parameters:
msg- the detail messaget- the nested throwable
-
-