org.codehaus.mojo.pomtools.versioning
Class VersionParseRTException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.mojo.pomtools.versioning.VersionParseRTException
All Implemented Interfaces:
java.io.Serializable

public class VersionParseRTException
extends java.lang.RuntimeException

Version:
$Id: VersionParseRTException.java 2166 2006-07-18 21:32:16Z carlos $
Author:
David Hawkins
See Also:
Serialized Form

Constructor Summary
VersionParseRTException()
           
VersionParseRTException(java.lang.String message)
           
VersionParseRTException(java.lang.String message, java.lang.Throwable cause)
           
VersionParseRTException(java.lang.Throwable cause)
           
 
Method Summary
 
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

VersionParseRTException

public VersionParseRTException()

VersionParseRTException

public VersionParseRTException(java.lang.String message)

VersionParseRTException

public VersionParseRTException(java.lang.String message,
                               java.lang.Throwable cause)

VersionParseRTException

public VersionParseRTException(java.lang.Throwable cause)


Copyright © 2010 The Codehaus. All Rights Reserved.