Package com.iizix.urn
Class URNException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.iizix.urn.URNException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MalformedURNException,- NIDException,- NSSException,- UnknownNIDException
Base exceptions thrown for the URN's.
- Author:
- Christopher Mindus
- See Also:
- Constructor SummaryConstructorsConstructorDescription- URNException- (String message, String urn) Constructs the exception with the URN string.
- Method SummaryModifier and TypeMethodDescriptionReturns the detail message string of this throwable.- Methods inherited from class java.lang.Throwable- addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- Constructor Details- URNExceptionConstructs the exception with the URN string.- Parameters:
- message- The detail message. The detail message is saved for later retrieval by the- getMessage()method.
- urn- The URN string.
 
 
- Method Details- getMessageReturns the detail message string of this throwable.- Overrides:
- getMessagein class- Throwable
- Returns:
- the detail message string of this Throwableinstance (which may benull).