org.umu.jasb.convert
Class ConvertionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.umu.jasb.convert.ConvertionException
All Implemented Interfaces:
java.io.Serializable

public class ConvertionException
extends java.lang.Exception

This exception is thrown in the case in which any exception occur during the convertion processes among object-oriented instances and owl ontologies.

Author:
Jose Maria Alcaraz-Calero jmalcaraz@um.es - University of Murcia
See Also:
Serialized Form

Constructor Summary
ConvertionException(java.lang.String message)
          This is the default constructor for the 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

ConvertionException

public ConvertionException(java.lang.String message)
This is the default constructor for the exception

Parameters:
message - This is the message that represent the cause that originates the exception