com.maplesoft.client
Class MapleStatementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.maplesoft.client.MapleException
                    |
                    +--com.maplesoft.client.MapleStatementException
All Implemented Interfaces:
java.io.Serializable

public class MapleStatementException
extends MapleException

Classs thrown when an invalid request is sent to the math server.

See Also:
Serialized Form

Constructor Summary
MapleStatementException(java.lang.String message)
          Creates an MapleStatementException with a specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MapleStatementException

public MapleStatementException(java.lang.String message)
Creates an MapleStatementException with a specified detail message.
Parameters:
message - the detail message for this exception