public class MalformedLocatorException extends Exception
| Constructor and Description |
|---|
MalformedLocatorException()
Constructs a
MalformedLocatorException with no
detail message. |
MalformedLocatorException(String reason)
Constructs a
MalformedLocatorException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MalformedLocatorException()
MalformedLocatorException with no
detail message.public MalformedLocatorException(String reason)
MalformedLocatorException with the
specified detail message.reason - The reason the exception was raised.Copyright © 2012 code4tv.com. All Rights Reserved.