org.jtool.jxplatform.query
Class JxUnknownResultException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jtool.jxplatform.query.JxUnknownResultException
All Implemented Interfaces:
java.io.Serializable

public class JxUnknownResultException
extends java.lang.Exception

An object indicating an unknown result for a query.

Author:
Katsuhisa Maruyama
See Also:
Serialized Form

Constructor Summary
JxUnknownResultException()
          Creates a new exception with null as its detail message.
JxUnknownResultException(java.lang.String msg)
          Creates a new exception with a specified message.
 
Method Summary
 java.lang.String getMessage()
          Returns the error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JxUnknownResultException

public JxUnknownResultException()
Creates a new exception with null as its detail message.


JxUnknownResultException

public JxUnknownResultException(java.lang.String msg)
Creates a new exception with a specified message.

Parameters:
msg - A detail message.
Method Detail

getMessage

public java.lang.String getMessage()
Returns the error message.

Returns:
The error message.