Alignment API and Server 3.2

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 384 2007-02-02 11:09:40Z euzenat $
Author:
Jérôme Euzenat
See Also:
Serialized Form

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

serialVersionID

static final long serialVersionID
See Also:
Constant Field Values
Constructor Detail

AlignmentException

public AlignmentException(String message)

AlignmentException

public AlignmentException(String message,
                          Exception e)

Alignment API and Server 3.2

(C) INRIA & friends, 2003-2008