com.isogen.i18nsupport.compare
Class ComparatorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.isogen.i18nsupport.compare.ComparatorException
All Implemented Interfaces:
java.io.Serializable

public class ComparatorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ComparatorException(java.lang.String msg, java.lang.Exception e)
           
 
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

ComparatorException

public ComparatorException(java.lang.String msg,
                           java.lang.Exception e)
Parameters:
msg - Message for this exception instance.
e - Exception to be chained to this one.