Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

de.hunsicker.jalopy
Class VersionMismatchException  view VersionMismatchException download VersionMismatchException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.hunsicker.jalopy.VersionMismatchException
All Implemented Interfaces:
java.io.Serializable

public final class VersionMismatchException
extends java.lang.Exception

Indicates a version mismatch between the specification versions of the Jalopy Plug-in API and a concrete Plug-in implementation.

Since:
1.0b8
Version:
$Revision: 1.3 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  de.hunsicker.util.Version _expected
          The expected version.
private  de.hunsicker.util.Version _found
          The found version.
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
VersionMismatchException(de.hunsicker.util.Version expected, de.hunsicker.util.Version found)
          Creates a new VersionMismatchException object.
 
Method Summary
 de.hunsicker.util.Version getExpected()
          Returns the expected version.
 de.hunsicker.util.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
 

Field Detail

_expected

private de.hunsicker.util.Version _expected
The expected version.


_found

private de.hunsicker.util.Version _found
The found version.

Constructor Detail

VersionMismatchException

public VersionMismatchException(de.hunsicker.util.Version expected,
                                de.hunsicker.util.Version found)
Creates a new VersionMismatchException object.

Method Detail

getExpected

public de.hunsicker.util.Version getExpected()
Returns the expected version.


getFound

public de.hunsicker.util.Version getFound()
Returns the found version.