com.hp.hpl.jena.shared
Class BrokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.shared.BrokenException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryNode.MustNotMatchException

public class BrokenException
extends JenaException

An exception to throw if an internal error is detected.

Author:
kers
See Also:
Serialized Form

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

BrokenException

public BrokenException(String message)

BrokenException

public BrokenException(Throwable cause)

BrokenException

public BrokenException(String message,
                       Throwable cause)


Licenced under the Apache License, Version 2.0