com.trolltech.qt
Class QPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.trolltech.qt.ConnectionException
                  extended by com.trolltech.qt.QPropertyException
All Implemented Interfaces:
java.io.Serializable

public class QPropertyException
extends ConnectionException

QPropertyException's are thrown when the reading, writing, or reseting of Qt Jambi properties fails. See the QtPropertyManager class description for further information on when this excaption is thrown.

See Also:
Serialized Form

Constructor Summary
QPropertyException(java.lang.String extraMessage)
          Creates a new QPropertyException with the specified extraMessage.
 
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

QPropertyException

public QPropertyException(java.lang.String extraMessage)
Creates a new QPropertyException with the specified extraMessage.