Package com.iizix.urn
Class MalformedURNException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- com.iizix.urn.URNException
- com.iizix.urn.MalformedURNException
 
 
 
 
- All Implemented Interfaces:
- java.io.Serializable
 - public class MalformedURNException extends URNException Exception thrown when the URN is invalid.- Author:
- Christopher Mindus
- See Also:
- Serialized Form
 
- Constructor Summary- Constructors - Constructor - Description - MalformedURNException(java.lang.String msg, java.lang.String urn)Constructs the exception with the URN string.
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - java.lang.String- getMessage()Returns the detail message string of this throwable.
 
- Method Detail- getMessage- public java.lang.String getMessage() Returns the detail message string of this throwable.- Overrides:
- getMessagein class- URNException
- Returns:
- the detail message string of this Throwableinstance (which may benull).