|
|||||||||
| 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.server.exceptions.ESException
org.eclipse.emf.emfstore.internal.server.exceptions.InvalidVersionSpecException
public class InvalidVersionSpecException
Represents a condition where a version specifier is invalid.
| Constructor Summary | |
|---|---|
InvalidVersionSpecException()
Default constructor. |
|
InvalidVersionSpecException(String message)
Default constructor. |
|
InvalidVersionSpecException(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 InvalidVersionSpecException()
public InvalidVersionSpecException(String message)
message - the message
public InvalidVersionSpecException(String message,
Throwable cause)
message - the messagecause - underlying exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||