net.sourceforge.fluxion.utils
Class OWLTransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.fluxion.utils.OWLTransformationException
All Implemented Interfaces:
java.io.Serializable

public class OWLTransformationException
extends java.lang.Exception

Thrown whenever an attempt is made to move from an OWL view of some data into a bean view of the same data, or vice-versa.

Version:
0.2
Author:
Tony Burdett
See Also:
Serialized Form

Constructor Summary
OWLTransformationException()
           
OWLTransformationException(java.lang.String message)
           
OWLTransformationException(java.lang.String message, java.lang.Throwable cause)
           
OWLTransformationException(java.lang.Throwable cause)
           
 
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

OWLTransformationException

public OWLTransformationException()

OWLTransformationException

public OWLTransformationException(java.lang.Throwable cause)

OWLTransformationException

public OWLTransformationException(java.lang.String message)

OWLTransformationException

public OWLTransformationException(java.lang.String message,
                                  java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.