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