com.ontotext.ordi.exception
Class ORDIWarning

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ontotext.ordi.exception.ORDIException
              extended by com.ontotext.ordi.exception.ORDIWarning
All Implemented Interfaces:
Serializable

public class ORDIWarning
extends ORDIException

Super type for all ORDI warnings.

Author:
vassil
See Also:
Serialized Form

Constructor Summary
ORDIWarning(String msg)
           
ORDIWarning(String msg, Throwable t)
           
ORDIWarning(Throwable t)
           
 
Method Summary
 ORDIWarning getNextWarning()
           
 void setNextWarning(ORDIWarning next)
           
 
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

ORDIWarning

public ORDIWarning(String msg)

ORDIWarning

public ORDIWarning(String msg,
                   Throwable t)

ORDIWarning

public ORDIWarning(Throwable t)
Method Detail

getNextWarning

public ORDIWarning getNextWarning()

setNextWarning

public void setNextWarning(ORDIWarning next)


Copyright © 2008. All Rights Reserved.