com.clarkparsia.stardog
Class StardogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.clarkparsia.stardog.StardogException
All Implemented Interfaces:
Serializable

public class StardogException
extends Exception

Base class for all Stardog exceptions

Since:
0.1
Version:
0.1
Author:
Michael Grove
See Also:
Serialized Form

Constructor Summary
StardogException()
          Create a new StardogException
StardogException(String theMessage)
          Create a new StardogException
StardogException(String theMessage, Throwable theCause)
          Create a new StardogException
StardogException(Throwable theCause)
          Create a new StardogException
 
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

StardogException

public StardogException()
Create a new StardogException


StardogException

public StardogException(String theMessage)
Create a new StardogException

Parameters:
theMessage - the error message

StardogException

public StardogException(String theMessage,
                        Throwable theCause)
Create a new StardogException

Parameters:
theMessage - the error message
theCause - the cause

StardogException

public StardogException(Throwable theCause)
Create a new StardogException

Parameters:
theCause - the cause


Copyright © 2010-2013 Clark & Parsia. All Rights Reserved.