org.eclipse.webdav.internal.authentication
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.webdav.internal.authentication.ParserException
- All Implemented Interfaces:
- Serializable
public class ParserException
- extends Exception
A ParserException
is thrown by the Parser
when there is a problem parsing a String
.
- See Also:
Parser
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParserException
public ParserException()
- Creates a new
ParserException
.
ParserException
public ParserException(String message)
- Creates a new
ParserException
with the given message.
- Parameters:
message
-
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.