org.apache.jena.atlas.lib
Class Problem

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.jena.atlas.lib.Problem
All Implemented Interfaces:
Serializable

public class Problem
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
Problem(String msg)
           
Problem(String msg, 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

Problem

public Problem(String msg)

Problem

public Problem(String msg,
               Throwable th)


Licenced under the Apache License, Version 2.0