Package ch.tocco.nice2.netui.api.bind
Class UriStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.netui.api.bind.BindException
ch.tocco.nice2.netui.api.bind.UriStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnsupportedMethodException
Deprecated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.UriStoreException
(String message) Deprecated.UriStoreException
(String message, Throwable cause) Deprecated.UriStoreException
(Throwable cause) Deprecated.UriStoreException
(URI uri, String message) Deprecated.UriStoreException
(URI uri, String message, Throwable cause) Deprecated.UriStoreException
(URI uri, Throwable cause) Deprecated. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UriStoreException
public UriStoreException()Deprecated. -
UriStoreException
Deprecated. -
UriStoreException
Deprecated. -
UriStoreException
Deprecated. -
UriStoreException
Deprecated. -
UriStoreException
Deprecated. -
UriStoreException
Deprecated.
-
-
Method Details
-
notNull
Deprecated.- Throws:
UriStoreException
-
type
public static void type(URI uri, @Nullable @Nullable Object value, Class<?> type) throws UriStoreException Deprecated.- Throws:
UriStoreException
-