org.openbp.common.property
Class PropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openbp.common.property.PropertyException
All Implemented Interfaces:
java.io.Serializable

public class PropertyException
extends java.lang.RuntimeException

Exception indicating a property access error. This exception may wrap another exception that describes the failure in detail.

Author:
Heiko Erhardt
See Also:
Serialized Form

Constructor Summary
PropertyException(java.lang.Exception exception)
          Constructor.
PropertyException(java.lang.String msg)
          Constructor.
PropertyException(java.lang.String msg, java.lang.Exception exception)
          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

PropertyException

public PropertyException(java.lang.String msg)
Constructor.

Parameters:
msg - Exception message

PropertyException

public PropertyException(java.lang.Exception exception)
Constructor.

Parameters:
exception - Nested exception

PropertyException

public PropertyException(java.lang.String msg,
                         java.lang.Exception exception)
Constructor.

Parameters:
msg - Exception message
exception - Nested exception


Copyright © 2011. All Rights Reserved.