com.hp.hpl.jena.sparql.sse.builders
Class BuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.sparql.sse.ItemException
                  extended by com.hp.hpl.jena.sparql.sse.builders.BuildException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExprBuildException

public class BuildException
extends ItemException

See Also:
Serialized Form

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

BuildException

public BuildException(String msg)

BuildException

public BuildException(String msg,
                      Throwable cause)


Licenced under the Apache License, Version 2.0