Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.mit.media.hive.support
Class MalformedHiveURLException  view MalformedHiveURLException download MalformedHiveURLException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.net.MalformedURLException
                  extended byedu.mit.media.hive.support.MalformedHiveURLException
All Implemented Interfaces:
java.io.Serializable

public class MalformedHiveURLException
extends java.net.MalformedURLException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.net.MalformedURLException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MalformedHiveURLException()
           
MalformedHiveURLException(java.lang.String string)
           
 
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

MalformedHiveURLException

public MalformedHiveURLException()

MalformedHiveURLException

public MalformedHiveURLException(java.lang.String string)