com.infoteria.gui.property
Class PropertyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.infoteria.gui.property.PropertyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyChangeVetoException

public class PropertyException
extends Exception

プロパティで発生するException

See Also:
Serialized Form

Constructor Summary
PropertyException()
           
PropertyException(String msg)
           
PropertyException(String msg, Throwable t)
           
PropertyException(Throwable t)
           
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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()

PropertyException

public PropertyException(Throwable t)

PropertyException

public PropertyException(String msg)

PropertyException

public PropertyException(String msg,
                         Throwable t)