Package org.opensextant.extraction
Class NormalizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opensextant.extraction.NormalizationException
-
- All Implemented Interfaces:
java.io.Serializable
public class NormalizationException extends java.lang.Exception
- Author:
- ubaldino
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NormalizationException(java.lang.String msg)
NormalizationException(java.lang.String msg, java.lang.Exception cause)
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
-
-