org.millstone.base.data.util
Class MethodProperty.MethodException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.millstone.base.data.util.MethodProperty.MethodException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MethodProperty

public class MethodProperty.MethodException
extends java.lang.RuntimeException

Exception object that signals that there were problems calling or finding the specified getter or setter methods of the property.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd.
See Also:
Serialized Form

Constructor Summary
MethodProperty.MethodException(java.lang.String msg)
          Constructs a new MethodException with the specified detail message.
MethodProperty.MethodException(java.lang.Throwable cause)
          Constructs a new MethodException from another exception.
 
Method Summary
 java.lang.Throwable getCause()
           
 MethodProperty getMethodProperty()
          Get the method property this exception originates from
 
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
 

Constructor Detail

MethodProperty.MethodException

public MethodProperty.MethodException(java.lang.String msg)
Constructs a new MethodException with the specified detail message.

Parameters:
msg - the detail message

MethodProperty.MethodException

public MethodProperty.MethodException(java.lang.Throwable cause)
Constructs a new MethodException from another exception.

Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable
See Also:
Throwable.getCause()

getMethodProperty

public MethodProperty getMethodProperty()
Get the method property this exception originates from



Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.