edu.uky.rch.ept.data
Class MalformedQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.uky.rch.ept.data.DataAccessException
edu.uky.rch.ept.data.MalformedQueryException
- All Implemented Interfaces:
- Serializable
- public class MalformedQueryException
- extends DataAccessException
Thrown to indicate that the query was malformed.
- Author:
- Sandeep Bodapati
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MalformedQueryException
public MalformedQueryException()
- Constructs a new MalformedQueryException with no detail message.
MalformedQueryException
public MalformedQueryException(String msg)
- Constructs a new MalformedQueryException with the specified detail message.
- Parameters:
msg - message