org.openrdf.sesame.config
Class MalformedSystemConfigException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openrdf.sesame.config.MalformedSystemConfigException
All Implemented Interfaces:
Serializable

public class MalformedSystemConfigException
extends Exception

See Also:
Serialized Form

Constructor Summary
MalformedSystemConfigException()
           
MalformedSystemConfigException(String msg)
           
MalformedSystemConfigException(String message, Throwable t)
           
MalformedSystemConfigException(Throwable t)
           
 
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

MalformedSystemConfigException

public MalformedSystemConfigException()

MalformedSystemConfigException

public MalformedSystemConfigException(String msg)

MalformedSystemConfigException

public MalformedSystemConfigException(Throwable t)

MalformedSystemConfigException

public MalformedSystemConfigException(String message,
                                      Throwable t)


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.