org.codehaus.mojo.pomtools.wrapper.reflection
Class ModelReflectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codehaus.mojo.pomtools.wrapper.reflection.ModelReflectionException
All Implemented Interfaces:
java.io.Serializable

public class ModelReflectionException
extends java.lang.RuntimeException

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

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

ModelReflectionException

public ModelReflectionException()

ModelReflectionException

public ModelReflectionException(java.lang.String message)

ModelReflectionException

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

ModelReflectionException

public ModelReflectionException(java.lang.Throwable cause)


Copyright © 2010 The Codehaus. All Rights Reserved.