org.eclipse.webdav.internal.authentication
Class ParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ParserException()
          Creates a new ParserException.
ParserException(String message)
          Creates a new ParserException with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.