Class UrnSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.openmanufacturing.sds.aspectmodel.urn.UrnSyntaxException
- All Implemented Interfaces:
Serializable
Custom exception to be used when a URN identifying an Aspect Model is invalid.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
URN_IS_NULL_MESSAGE
- See Also:
-
URN_IS_MISSING_SECTIONS_MESSAGE
- See Also:
-
URN_IS_TOO_LONG
- See Also:
-
URN_INVALID_PROTOCOL_MESSAGE
- See Also:
-
URN_INVALID_NAMESPACE_IDENTIFIER_MESSAGE
- See Also:
-
URN_INVALID_NAMESPACE_MESSAGE
- See Also:
-
URN_INVALID_ELEMENT_NAME_MESSAGE
- See Also:
-
URN_IS_NO_URI
- See Also:
-
URN_INVALID_ELEMENT_TYPE
- See Also:
-
URN_INVALID_VERSION
- See Also:
-
-
Constructor Details
-
UrnSyntaxException
-