org.openjena.atlas.lib
Class InternalErrorException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotImplemented

public class InternalErrorException
extends RuntimeException

See Also:
Serialized Form

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

InternalErrorException

public InternalErrorException()

InternalErrorException

public InternalErrorException(String msg)

InternalErrorException

public InternalErrorException(Throwable th)

InternalErrorException

public InternalErrorException(String msg,
                              Throwable th)


Licenced under the Apache License, Version 2.0