org.eobjects.datacleaner.monitor.shared.model
Class DCUserInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.