Package org.opensextant.annotations
Class DeepEyeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opensextant.annotations.DeepEyeException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeepEyeException extends java.lang.Exception
Exception used when there is a user or system error related to data serialization or any sort of Java object - to JSONification error.- Author:
- ubaldino
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeepEyeException(java.lang.Exception ex)
DeepEyeException(java.lang.String msg)
DeepEyeException(java.lang.String msg, java.lang.Exception ex)
-