org.eclipse.webdav.internal.kernel
Class InvalidPropertyNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.webdav.internal.kernel.InvalidPropertyNameException
All Implemented Interfaces:
Serializable

public class InvalidPropertyNameException
extends Exception

When thrown, this class signals that the property name string provided was not legal based on the definition provided in the documentation of the PropertyName(String) constructor.

See Also:
Serialized Form

Constructor Summary
InvalidPropertyNameException()
          Construct an InvalidPropertyNameException object.
InvalidPropertyNameException(String statusMessage)
          InvalidPropertyNameException constructor comment.
 
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

InvalidPropertyNameException

public InvalidPropertyNameException()
Construct an InvalidPropertyNameException object.


InvalidPropertyNameException

public InvalidPropertyNameException(String statusMessage)
InvalidPropertyNameException constructor comment.

Parameters:
statusMessage - a message describing the exception of status code


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.