org.abstracthorizon.danube.beanconsole
Class BeanAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.abstracthorizon.danube.beanconsole.BeanAccessException
- All Implemented Interfaces:
- Serializable
public class BeanAccessException
- extends RuntimeException
Exception explaining what went wrong with navigating through object with the given path
- Author:
- Daniel Sendula
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BeanAccessException
public BeanAccessException(String path)
- Constructor
- Parameters:
path
- path
BeanAccessException
public BeanAccessException(String path,
Exception cause)
- Constructor
- Parameters:
path
- pathcause
- cause
Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.