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.
- See Also:
- Serialized Form
Method Summary |
String |
toString()
The default message which is printed when an error occurs. |
MascoptException
public MascoptException()
- Default constructor for this exception.
MascoptException
public MascoptException(String message)
- Constructor with a special message.
- Parameters:
message
- the message to use
toString
public String toString()
- The default message which is printed when an error occurs.
- Returns:
- the message to print