com.maplesoft.client
Class MapleException

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

public class MapleException
extends java.lang.Exception

Defines the generic Maple Exception class.

See Also:
Serialized Form

Constructor Summary
MapleException(java.lang.String message)
          Creates a MapleException with a specified 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

MapleException

public MapleException(java.lang.String message)
Creates a MapleException with a specified message.
Parameters:
message - a string representing the detail message about this exception