Class MetadataConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.rodnansol.core.generator.reader.MetadataConversionException
-
- All Implemented Interfaces:
Serializable
public class MetadataConversionException extends RuntimeException
Exception to be thrown when an error occurs at the metadata conversion.- Since:
- 0.1.2
- Author:
- nandorholozsnyak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataConversionException(String message)MetadataConversionException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-