org.openjena.atlas
Class AtlasException

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

public class AtlasException
extends RuntimeException

See Also:
Serialized Form

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

AtlasException

public AtlasException()

AtlasException

public AtlasException(String msg)

AtlasException

public AtlasException(Throwable th)

AtlasException

public AtlasException(String msg,
                      Throwable th)


Licenced under the Apache License, Version 2.0