vub.starlab.RDFSParser.exceptions
Class RDFDocumentIsNotSpecifiedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byvub.starlab.RDFSParser.exceptions.RDFDocumentIsNotSpecifiedException
All Implemented Interfaces:
java.io.Serializable

public class RDFDocumentIsNotSpecifiedException
extends java.lang.Exception

Title: vub.starlab.RDFSParser.exceptions.RDFDocumentNotFoundException Description: Copyright: Copyright (c) 2003 Company: VUB STAR Lab

Author:
Andriy Lisovoy
See Also:
Serialized Form
 

Constructor Summary
RDFDocumentIsNotSpecifiedException()
          Creates a new instance of RDFDocumentNotFoundException
 
Method Summary
 java.lang.String getMessage()
          returns the message of the exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

RDFDocumentIsNotSpecifiedException

public RDFDocumentIsNotSpecifiedException()
Creates a new instance of RDFDocumentNotFoundException

Method Detail

getMessage

public java.lang.String getMessage()
returns the message of the exception

Returns:
String - the message of the exception