org.openjena.atlas.lib
Class NotImplemented

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openjena.atlas.lib.InternalErrorException
                  extended by org.openjena.atlas.lib.NotImplemented
All Implemented Interfaces:
Serializable

public class NotImplemented
extends InternalErrorException

See Also:
Serialized Form

Constructor Summary
NotImplemented()
           
NotImplemented(String msg)
           
NotImplemented(String msg, Throwable th)
           
NotImplemented(Throwable th)
           
 
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

NotImplemented

public NotImplemented()

NotImplemented

public NotImplemented(String msg)

NotImplemented

public NotImplemented(Throwable th)

NotImplemented

public NotImplemented(String msg,
                      Throwable th)


Licenced under the Apache License, Version 2.0