wt.lite
Class ComparisonImpossibleException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bywt.util.WTRuntimeException
                  extended bywt.lite.ComparisonImpossibleException
All Implemented Interfaces:
LocalizableMessage, Message, Serializable

public class ComparisonImpossibleException
extends WTRuntimeException
implements Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.util.WTRuntimeException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ComparisonImpossibleException(Exception e)
          

Supported API: false
ComparisonImpossibleException(Exception e, String s)
          

Supported API: false
ComparisonImpossibleException(Exception e, String rb, String key, Object[] params)
          

Supported API: false
ComparisonImpossibleException(String s)
          

Supported API: false
ComparisonImpossibleException(String rb, String key, Object[] params)
          

Supported API: false
 
Methods inherited from class wt.util.WTRuntimeException
getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

ComparisonImpossibleException

public ComparisonImpossibleException(String s)


Supported API: false

Parameters:
s -

ComparisonImpossibleException

public ComparisonImpossibleException(Exception e)


Supported API: false

Parameters:
e -

ComparisonImpossibleException

public ComparisonImpossibleException(String rb,
                                     String key,
                                     Object[] params)


Supported API: false

Parameters:
rb -
key -
params -

ComparisonImpossibleException

public ComparisonImpossibleException(Exception e,
                                     String s)


Supported API: false

Parameters:
e -
s -

ComparisonImpossibleException

public ComparisonImpossibleException(Exception e,
                                     String rb,
                                     String key,
                                     Object[] params)


Supported API: false

Parameters:
e -
rb -
key -
params -