com.ontotext.ordi.exception
Class ORDIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ontotext.ordi.exception.ORDIException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ORDIReadOnlyException, ORDIWarning

public class ORDIException
extends Exception

Super type for all ORDI specific exceptions.

Author:
vassil
See Also:
Serialized Form

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

ORDIException

public ORDIException(String msg)

ORDIException

public ORDIException(String msg,
                     Throwable t)

ORDIException

public ORDIException(Throwable t)


Copyright © 2008. All Rights Reserved.