org.ontoware.rdf2go.exception
Class SyntaxNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ontoware.rdf2go.exception.ModelRuntimeException
                  extended by org.ontoware.rdf2go.exception.SyntaxNotSupportedException
All Implemented Interfaces:
java.io.Serializable, AnyModelException

public class SyntaxNotSupportedException
extends ModelRuntimeException

A runtime exception thrown if a method offers a choice of syntaxes, but the chosen syntax is not supported by the adapter.

Author:
voelkel
See Also:
Serialized Form

Constructor Summary
SyntaxNotSupportedException()
           
SyntaxNotSupportedException(java.lang.Exception e)
           
SyntaxNotSupportedException(java.lang.String message)
           
SyntaxNotSupportedException(java.lang.String message, java.lang.Exception e)
           
 
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

SyntaxNotSupportedException

public SyntaxNotSupportedException()

SyntaxNotSupportedException

public SyntaxNotSupportedException(java.lang.Exception e)

SyntaxNotSupportedException

public SyntaxNotSupportedException(java.lang.String message,
                                   java.lang.Exception e)

SyntaxNotSupportedException

public SyntaxNotSupportedException(java.lang.String message)


Copyright © 2005-2008 FZI - Forschungszentrum Informatik | Karlsruhe | Germany. All Rights Reserved.