mascoptLib.util.exception
Class MascoptException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--mascoptLib.util.exception.MascoptException
All Implemented Interfaces:
Serializable

public class MascoptException
extends Exception

The generic Mascopt error exception.

Version:
1.1
Author:
Jean-Francois Lalande (Jean-Francois.Lalande@sophia.inria.fr)
See Also:
Serialized Form

Constructor Summary
MascoptException()
          Default constructor for this exception.
MascoptException(String message)
          Constructor with a special message.
 
Method Summary
 String toString()
          The default message which is printed when an error occurs.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MascoptException

public MascoptException()
Default constructor for this exception.


MascoptException

public MascoptException(String message)
Constructor with a special message.

Parameters:
message - the message to use
Method Detail

toString

public String toString()
The default message which is printed when an error occurs.

Overrides:
toString in class Throwable
Returns:
the message to print