be.ac.ua.broker.utils
Class InvalidInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.ac.ua.broker.utils.InvalidInputException
All Implemented Interfaces:
java.io.Serializable

public class InvalidInputException
extends java.lang.Exception

This class represents the exception that is thrown when the user provides input that that is not recognized by our application, but it's not caused by an unknown instance type, region or operating system.

Author:
Vermeersch Kurt
See Also:
Serialized Form

Constructor Summary
InvalidInputException(java.lang.String msg)
          Constructor for the InvalidInputException
 
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

InvalidInputException

public InvalidInputException(java.lang.String msg)
Constructor for the InvalidInputException

Parameters:
msg - message that explains why an exception is thrown