Package org.opensextant.processing
Class ProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opensextant.processing.ProcessingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessingException extends java.lang.Exception
- Author:
- Marc C. Ubaldino, MITRE, ubaldino at mitre dot org
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ProcessingException(java.lang.Exception ex)
ProcessingException(java.lang.String msg)
ProcessingException(java.lang.String msg, java.lang.Exception ex)
-
-
-
Field Detail
-
serialVersionUID
protected static final long serialVersionUID
- See Also:
- Constant Field Values
-
-