Package de.isas.mztab2.io.serialization
Class ElementNameMappingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.isas.mztab2.io.serialization.ElementNameMappingException
-
- All Implemented Interfaces:
Serializable
public final class ElementNameMappingException extends RuntimeException
ElementNameMappingException should be thrown to indicate that the state of the passed in element did not allow mapping to a proper mzTab name.
- Author:
- nilshoffmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElementNameMappingException(String property, Object element)
Constructor for ElementNameMappingException.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ElementNameMappingException
public ElementNameMappingException(String property, Object element)
Constructor for ElementNameMappingException.
- Parameters:
property
- the property name for the given element.element
- aObject
object.
-
-