com.spire.doc
Class PasswordErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.spire.doc.PasswordErrorException

public class PasswordErrorException
extends java.lang.RuntimeException

Class password error exception.

See Also:
Serialized Form

Constructor Summary
PasswordErrorException(java.lang.String message)
          Class using the specified error message and a new instance of the class.
 
Method Summary
 java.lang.String getMessage()
          Gets the message that describes the current exception.
 

Constructor Detail

PasswordErrorException

public PasswordErrorException(java.lang.String message)
Class using the specified error message and a new instance of the class.

Parameters:
message - the message.
Method Detail

getMessage

public java.lang.String getMessage()
Gets the message that describes the current exception.

Overrides:
getMessage in class java.lang.Throwable