org.apache.maven.artifact.versioning
Class InvalidVersionSpecificationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.artifact.versioning.InvalidVersionSpecificationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidVersionSpecificationException
extends java.lang.Exception

Occurs when a version is invalid.

Version:
$Id: InvalidVersionSpecificationException.java 219625 2005-07-19 06:43:09Z brett $
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
InvalidVersionSpecificationException(java.lang.String message)
           
 
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

InvalidVersionSpecificationException

public InvalidVersionSpecificationException(java.lang.String message)


Copyright 2006 Apache Software Foundation. All Rights Reserved.