public final class URNSyntaxException extends Exception
String could not be parsed to a URN
reference.URN,
Serialized Form| Constructor and Description |
|---|
URNSyntaxException(String message)
Creates a new
URNSyntaxException. |
URNSyntaxException(String message,
Throwable cause)
Creates a new
URNSyntaxException. |
URNSyntaxException(Throwable cause)
Creates a new
URNSyntaxException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic URNSyntaxException(String message)
URNSyntaxException.message - the error message.public URNSyntaxException(Throwable cause)
URNSyntaxException.cause - the error that caused this one.Copyright © 2012–2015. All rights reserved.