edu.udo.cs.miningmart.exception
Class UserError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.udo.cs.miningmart.exception.MiningMartException
              extended by edu.udo.cs.miningmart.exception.M4Exception
                  extended by edu.udo.cs.miningmart.exception.UserError
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OperatorRuntimeConditionViolated

public class UserError
extends M4Exception

This exception indicates that any kind of input generated by the user does not meet the requirements.

Version:
$Id: UserError.java,v 1.5 2006/09/27 15:00:00 euler Exp $
Author:
Martin Scholz
See Also:
Serialized Form

Constructor Summary
UserError(java.lang.String message)
          Constructor for M4Exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserError

public UserError(java.lang.String message)
Constructor for M4Exception.

Parameters:
message - The error message


Copyright © 2001-2005