org.abstracthorizon.danube.beanconsole
Class BeanAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
BeanAccessException(String path)
          Constructor
BeanAccessException(String path, Exception cause)
          Constructor
 
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

BeanAccessException

public BeanAccessException(String path)
Constructor

Parameters:
path - path

BeanAccessException

public BeanAccessException(String path,
                           Exception cause)
Constructor

Parameters:
path - path
cause - cause


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.