edu.udo.cs.miningmart.exception
Class UserError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.udo.cs.miningmart.exception.MiningMartException
              extended byedu.udo.cs.miningmart.exception.M4Exception
                  extended byedu.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.4 2006/04/11 14:10:15 euler Exp $
Author:
Martin Scholz
See Also:
Serialized Form

Constructor Summary
UserError(java.lang.String message)
          Constructor for M4Exception.
 
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