edu.cmu.aura.service
Class QueryExecutionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--edu.cmu.aura.service.QueryExecutionException
- All Implemented Interfaces:
- java.io.Serializable
- public class QueryExecutionException
- extends java.lang.Exception
QueryExecutionException indicates that an error
occurred during query processing.
TO DO: errors need standardized
- See Also:
- Serialized Form
|
Method Summary |
void |
printStackTrace()
Print a stack trace showing where the exception occurred. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QueryExecutionException
public QueryExecutionException()
- Create a new QueryExecutionException.
QueryExecutionException
public QueryExecutionException(java.lang.String msg)
- Create a new QueryExecutionException.
- Parameters:
msg - message indicating the cause of the problem.
QueryExecutionException
public QueryExecutionException(java.lang.Exception subException)
- Original exception that caused the problem.
TO DO: think if this makes sense in the language
neutral world.
- Parameters:
msg - message indicating the cause of the problem.
printStackTrace
public void printStackTrace()
- Print a stack trace showing where the exception occurred.
- Overrides:
printStackTrace in class java.lang.Throwable