com.townleyenterprises.common
Class Version.VersionMismatchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.townleyenterprises.common.Version.VersionMismatchException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Version

public static class Version.VersionMismatchException
extends java.lang.RuntimeException

This exception is used to report version requirement failures.

See Also:
Serialized Form

Constructor Summary
Version.VersionMismatchException(int rmaj, int rmin, int rrel, int rbuild)
           
Version.VersionMismatchException(java.lang.String reqver)
           
 
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

Version.VersionMismatchException

public Version.VersionMismatchException(int rmaj,
                                        int rmin,
                                        int rrel,
                                        int rbuild)

Version.VersionMismatchException

public Version.VersionMismatchException(java.lang.String reqver)


Copyright © 2002-2004, Andrew S. Townley and Townley Enterprises. All Rights Reserved.
This project is hosted on http://te-code.sourceforge.net.