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

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

public class InvalidPropertyException
extends FatalESException

Is thrown in case of an invalid property.

Author:
wesendonk
See Also:
Serialized Form

Constructor Summary
InvalidPropertyException()
          Default constructor.
InvalidPropertyException(String message)
          Default constructor.
InvalidPropertyException(String message, Throwable cause)
          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

InvalidPropertyException

public InvalidPropertyException()
Default constructor.


InvalidPropertyException

public InvalidPropertyException(String message,
                                Throwable cause)
Default constructor.

Parameters:
message - the message
cause - underlying exception

InvalidPropertyException

public InvalidPropertyException(String message)
Default constructor.

Parameters:
message - the message


Copyright © 2015. All Rights Reserved.