Class InvalidSelectQueryRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class InvalidSelectQueryRuntimeException
    extends RuntimeException
    Created by Roman Kontchakov on 28/01/2017. An internal run-time exception class to work with the JSQLParser interfaces. DO NOT USE ELSEWHERE.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidSelectQueryRuntimeException

        public InvalidSelectQueryRuntimeException​(String message,
                                                  Object object)
    • Method Detail

      • getObject

        public Object getObject()