Class DeepEyeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensextant.annotations.DeepEyeException
All Implemented Interfaces:
Serializable

public class DeepEyeException extends 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:
  • Constructor Details

    • DeepEyeException

      public DeepEyeException(Exception ex)
    • DeepEyeException

      public DeepEyeException(String msg)
    • DeepEyeException

      public DeepEyeException(String msg, Exception ex)