org.codehaus.mojo.pomtools
Class PomToolsRTException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PomToolsVersionException

public class PomToolsRTException
extends java.lang.RuntimeException

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

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

PomToolsRTException

public PomToolsRTException()

PomToolsRTException

public PomToolsRTException(java.lang.String message)

PomToolsRTException

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

PomToolsRTException

public PomToolsRTException(java.lang.Throwable cause)


Copyright © 2010 The Codehaus. All Rights Reserved.