de.smartics.properties.spi.config.proxy
Class PropertiesException

Package class diagram package PropertiesException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.properties.spi.config.proxy.PropertiesException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidArgumentsException, NotAPropertySetAnnotatedInterfaceException, PropertyMethodNotFoundException

public class PropertiesException
     
     
extends RuntimeException

Signals problems with a properties.

See Also:
Serialized Form

Constructor Summary
PropertiesException(String message)
          Convenience constructor without a root cause.
PropertiesException(String message, Throwable cause)
          Constructor.
PropertiesException(Throwable cause)
          Convenience constructor without a message.
 
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

PropertiesException

public PropertiesException(String message)
Convenience constructor without a root cause.

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).

PropertiesException

public PropertiesException(Throwable cause)
Convenience constructor without a message.

Parameters:
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

PropertiesException

public PropertiesException(String message,
                           Throwable cause)
Constructor.

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.