Alignment API and Server 4.6 (1875M)

org.semanticweb.owl.align
Class AlignmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owl.align.AlignmentException
All Implemented Interfaces:
Serializable

public class AlignmentException
extends Exception

Base class for all Alignment Exceptions.

Version:
$Id: AlignmentException.java 1866 2014-01-14 14:34:59Z euzenat $
Author:
Jérôme Euzenat
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
AlignmentException(String message)
           
AlignmentException(String message, Exception ex)
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

AlignmentException

public AlignmentException(String message)

AlignmentException

public AlignmentException(String message,
                          Exception ex)

Alignment API and Server 4.6 (1875M)

(C) INRIA & friends, 2003-2014