com.thoughtworks.paranamer
Class ParameterNamesNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.thoughtworks.paranamer.ParameterNamesNotFoundException
All Implemented Interfaces:
Serializable

public class ParameterNamesNotFoundException
extends RuntimeException

Exception thrown when no parameter names are found

Author:
Paul Hammant, Mauro Talevi
See Also:
Serialized Form

Field Summary
static String __PARANAMER_DATA
           
 
Constructor Summary
ParameterNamesNotFoundException(String message)
           
ParameterNamesNotFoundException(String message, Exception cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Field Detail

__PARANAMER_DATA

public static final String __PARANAMER_DATA
See Also:
Constant Field Values
Constructor Detail

ParameterNamesNotFoundException

public ParameterNamesNotFoundException(String message,
                                       Exception cause)

ParameterNamesNotFoundException

public ParameterNamesNotFoundException(String message)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2007-2011. All Rights Reserved.