Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core
Class VersionFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.wst.common.project.facet.core.VersionFormatException
All Implemented Interfaces:
Serializable

public class VersionFormatException
extends RuntimeException

The exception that's thrown when version string cannot be parsed.

Author:
Konstantin Komissarchik
See Also:
Serialized Form

Constructor Summary
VersionFormatException(Object comparator, String version)
           
 
Method Summary
 Object getComparator()
           
 String getMessage()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

VersionFormatException

public VersionFormatException(Object comparator,
                              String version)
Method Detail

getComparator

public Object getComparator()

getVersion

public String getVersion()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

Faceted Project Framework
Version 1.3

Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.