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:
  • Constructor Details

    • PropertyException

      public PropertyException()
    • PropertyException

      public PropertyException(Throwable t)
    • PropertyException

      public PropertyException(String msg)
    • PropertyException

      public PropertyException(String msg, Throwable t)