org.apache.hadoop.hive.ql.exec.errors
Class ErrorAndSolution

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.errors.ErrorAndSolution

public class ErrorAndSolution
extends Object

Immutable class for storing a possible error and a resolution suggestion.


Method Summary
 boolean equals(Object o)
           
 String getError()
           
 String getSolution()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getError

public String getError()

getSolution

public String getSolution()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014 The Apache Software Foundation. All rights reserved.