org.codehaus.mojo.pomtools
Class PomToolsVersionException

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

public class PomToolsVersionException
extends PomToolsRTException

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

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

PomToolsVersionException

public PomToolsVersionException()

PomToolsVersionException

public PomToolsVersionException(java.lang.String message)

PomToolsVersionException

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

PomToolsVersionException

public PomToolsVersionException(java.lang.Throwable cause)


Copyright © 2009 The Codehaus. All Rights Reserved.