org.apache.any23.writer
Class TripleHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.any23.writer.TripleHandlerException
All Implemented Interfaces:
Serializable

public class TripleHandlerException
extends Exception

Defines a generic exception raised when accessing to TripleHandler class.

Author:
Davide Palmisano (palmisano@fbk.eu)
See Also:
Serialized Form

Constructor Summary
TripleHandlerException(String s)
           
TripleHandlerException(String s, Exception exception)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TripleHandlerException

public TripleHandlerException(String s)

TripleHandlerException

public TripleHandlerException(String s,
                              Exception exception)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.