org.smartcrawler.common
Class MalformedLinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.smartcrawler.common.MalformedLinkException
All Implemented Interfaces:
java.io.Serializable

public class MalformedLinkException
extends java.lang.Exception

Version:
$Revision: 1.1 $
Author:
Davide Pozza
See Also:
Serialized Form

Constructor Summary
MalformedLinkException()
          Creates a new instance of MalformedLinkException
MalformedLinkException(java.lang.String message)
          Creates a new instance of MalformedLinkException
 
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

MalformedLinkException

public MalformedLinkException()
Creates a new instance of MalformedLinkException


MalformedLinkException

public MalformedLinkException(java.lang.String message)
Creates a new instance of MalformedLinkException



Copyright © 2005 sourceforge. All Rights Reserved.