|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.hunsicker.jalopy.VersionMismatchException
public final class VersionMismatchException
Indicates a version mismatch between the specification versions of the Jalopy Plug-in API and a concrete Plug-in implementation.
Constructor Summary | |
---|---|
VersionMismatchException(Version expected,
Version found)
Creates a new VersionMismatchException object. |
Method Summary | |
---|---|
Version |
getExpected()
Returns the expected version. |
Version |
getFound()
Returns the found version. |
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 |
---|
public VersionMismatchException(Version expected, Version found)
expected
- the expected vesion.found
- the found vesion.Method Detail |
---|
public Version getExpected()
public Version getFound()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |