org.netbeans.api.jackpot
Class QueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.netbeans.api.jackpot.QueryException
- All Implemented Interfaces:
- Serializable
public class QueryException
- extends RuntimeException
Returns an Exception or Error thrown during Query or Transformer execution.
- See Also:
- Serialized Form
|
Constructor Summary |
QueryException(String message)
Constructs a new exception with the specified detail message. |
QueryException(Throwable cause)
Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause). |
QueryException
public QueryException(Throwable cause)
- Constructs a new exception with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- Parameters:
cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)
QueryException
public QueryException(String message)
- Constructs a new exception with the specified detail message. The
cause is not initialized.
- Parameters:
message - the detail message.
toString
public String toString()
- Overrides:
toString in class Throwable