Class ViatraQueryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ViatraQueryException
    extends ViatraQueryRuntimeException
    A general VIATRA Query-related problem during the operation of the VIATRA Query engine, or the loading, manipulation and evaluation of queries.
    Since:
    0.9
    See Also:
    Serialized Form
    • Field Detail

      • PARAM_NOT_SUITABLE_WITH_NO

        public static final java.lang.String PARAM_NOT_SUITABLE_WITH_NO
        See Also:
        Constant Field Values
      • CONVERSION_FAILED

        public static final java.lang.String CONVERSION_FAILED
        See Also:
        Constant Field Values
      • CONVERT_NULL_PARAMETER

        public static final java.lang.String CONVERT_NULL_PARAMETER
        See Also:
        Constant Field Values
      • RELATIONAL_PARAM_UNSUITABLE

        public static final java.lang.String RELATIONAL_PARAM_UNSUITABLE
        See Also:
        Constant Field Values
      • PROCESSING_PROBLEM

        public static final java.lang.String PROCESSING_PROBLEM
        Since:
        0.9
        See Also:
        Constant Field Values
      • QUERY_INIT_PROBLEM

        public static final java.lang.String QUERY_INIT_PROBLEM
        Since:
        0.9
        See Also:
        Constant Field Values
      • INVALID_EMFROOT_SHORT

        public static final java.lang.String INVALID_EMFROOT_SHORT
        See Also:
        Constant Field Values
    • Constructor Detail

      • ViatraQueryException

        public ViatraQueryException​(java.lang.String s,
                                    java.lang.String shortMessage)
      • ViatraQueryException

        public ViatraQueryException​(java.lang.String s,
                                    java.lang.String shortMessage,
                                    java.lang.Throwable e)
    • Method Detail

      • getShortMessage

        public java.lang.String getShortMessage()