org.eobjects.datacleaner.monitor.shared.model
Class DCUserInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eobjects.datacleaner.monitor.shared.model.DCUserInputException
All Implemented Interfaces:
Serializable

public class DCUserInputException
extends RuntimeException

Exception or super-class of exceptions that relate to the user input of the DC monitor. When exceptions like this is thrown, the user interface will treat it as a missing or faulty user input situation, rather than an application error.

See Also:
Serialized Form

Constructor Summary
DCUserInputException()
           
DCUserInputException(String message)
          Constructs a DCUserInputException with a particular message to the user.
 
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

DCUserInputException

public DCUserInputException(String message)
Constructs a DCUserInputException with a particular message to the user.

Parameters:
message -

DCUserInputException

public DCUserInputException()


Copyright © 2012 Human Inference. All Rights Reserved.