com.ontotext.ordi.exception
Class ORDIRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ontotext.ordi.exception.ORDIRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalDataHandlerResultException, IllegalMapperDescriptorFormat, IllegalQueryFormatException

public class ORDIRuntimeException
extends RuntimeException

Super type for all ORDI runtime exceptions.

Author:
vassil
See Also:
Serialized Form

Constructor Summary
ORDIRuntimeException(String msg)
           
ORDIRuntimeException(String msg, Throwable t)
           
ORDIRuntimeException(Throwable t)
           
 
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

ORDIRuntimeException

public ORDIRuntimeException(String msg)

ORDIRuntimeException

public ORDIRuntimeException(String msg,
                            Throwable t)

ORDIRuntimeException

public ORDIRuntimeException(Throwable t)


Copyright © 2008. All Rights Reserved.