com.sun.tdk.signaturetest.core
Class ExcludeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.tdk.signaturetest.core.ExcludeException
All Implemented Interfaces:
java.io.Serializable

public class ExcludeException
extends java.lang.Exception

The ExcludeException is thrown by Exclude implementation to exclude API item and describe the reason as the message of exception. The getMessage() method is used to get message by SignatureTest, this message is printed in verbose mode.

See Also:
Serialized Form

Constructor Summary
ExcludeException(java.lang.String message)
          Creates the Exception with specified 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

ExcludeException

public ExcludeException(java.lang.String message)
Creates the Exception with specified message.

Parameters:
message - the reason of exclusion