Class PProblem


  • public class PProblem
    extends java.lang.Object
    Represents an error that was detected while the PQuery object was built from a source.
    • Constructor Summary

      Constructors 
      Constructor Description
      PProblem​(java.lang.Exception exception, java.lang.String shortMessage)  
      PProblem​(java.lang.Exception exception, java.lang.String shortMessage, java.lang.Integer line, java.lang.Integer column)  
      PProblem​(java.lang.String shortMessage)  
      PProblem​(java.lang.String shortMessage, java.lang.Integer line, java.lang.Integer column)  
      PProblem​(QueryProcessingException exception)  
    • Constructor Detail

      • PProblem

        public PProblem​(java.lang.String shortMessage)
      • PProblem

        public PProblem​(java.lang.String shortMessage,
                        java.lang.Integer line,
                        java.lang.Integer column)
        Since:
        2.0
      • PProblem

        public PProblem​(java.lang.Exception exception,
                        java.lang.String shortMessage)
      • PProblem

        public PProblem​(java.lang.Exception exception,
                        java.lang.String shortMessage,
                        java.lang.Integer line,
                        java.lang.Integer column)
        Since:
        2.0
    • Method Detail

      • getShortMessage

        public java.lang.String getShortMessage()
      • getException

        public java.lang.Exception getException()
      • getLocation

        public java.lang.String getLocation()
        Since:
        2.0