|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.emf.emfstore.internal.server.exceptions.FatalESException
org.eclipse.emf.emfstore.internal.server.exceptions.InvalidPropertyException
public class InvalidPropertyException
Is thrown in case of an invalid property.
| 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 |
|---|
public InvalidPropertyException()
public InvalidPropertyException(String message,
Throwable cause)
message - the messagecause - underlying exceptionpublic InvalidPropertyException(String message)
message - the message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||