org.eclipse.emf.emfstore.internal.server.exceptions
Class InvalidInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.server.exceptions.ESException
              extended by org.eclipse.emf.emfstore.internal.server.exceptions.InvalidInputException
All Implemented Interfaces:
Serializable

public class InvalidInputException
extends ESException

Is thrown when the input parameters of a method are null.

Author:
wesendonk
See Also:
Serialized Form

Constructor Summary
InvalidInputException()
          Default constructor.
InvalidInputException(String message)
          Default constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidInputException

public InvalidInputException()
Default constructor.


InvalidInputException

public InvalidInputException(String message)
Default constructor.

Parameters:
message - the exception's message


Copyright © 2015. All Rights Reserved.