eu.larkc.core.management
Class InvalidURLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.larkc.core.management.InvalidURLException
All Implemented Interfaces:
java.io.Serializable

public class InvalidURLException
extends java.lang.Exception

This exception describes the case when the URL is invalid.

Author:
norlan
See Also:
Serialized Form

Constructor Summary
InvalidURLException(java.lang.String msg)
          Constructor that has the message as parameter.
InvalidURLException(java.lang.String msg, java.lang.Throwable cause)
          Construcor that takes the message and the cause as parameter.
InvalidURLException(java.lang.Throwable cause)
          Constructor that takes the cause as parameter.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidURLException

public InvalidURLException(java.lang.String msg)
Constructor that has the message as parameter.

Parameters:
msg - The message.

InvalidURLException

public InvalidURLException(java.lang.String msg,
                           java.lang.Throwable cause)
Construcor that takes the message and the cause as parameter.

Parameters:
msg - The message
cause - The cause

InvalidURLException

public InvalidURLException(java.lang.Throwable cause)
Constructor that takes the cause as parameter.

Parameters:
cause - The cause