mascoptLib.util.exception
Class MascoptException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymascoptLib.util.exception.MascoptException
All Implemented Interfaces:
Serializable

public class MascoptException
extends Exception

The generic Mascopt error exception.

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.

Returns:
the message to print