Class PropertyEditorHelper.NoPropertiesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.uberfire.ext.properties.editor.client.PropertyEditorHelper.NoPropertiesException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PropertyEditorHelper
public static class PropertyEditorHelper.NoPropertiesException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoPropertiesException()NoPropertiesException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoPropertiesException
public NoPropertiesException()
-
NoPropertiesException
public NoPropertiesException(String message)
-
-