multex
Class Util.MyDemoExc

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymultex.Exc
              extended bymultex.Util.MyDemoExc
All Implemented Interfaces:
MultexException, java.io.Serializable
Enclosing class:
Util

public static final class Util.MyDemoExc
extends Exc

The demonstration of action ''{0}'' failed by fault of person {1}. We will criticize him.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class multex.Exc
className
 
Constructor Summary
Util.MyDemoExc(java.lang.String i_action, java.lang.String i_person)
          Constructor.
 
Methods inherited from class multex.Exc
getDefaultMessageTextPattern, getMessage, getParameters, hasParameters, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface multex.MultexException
getCause
 

Constructor Detail

Util.MyDemoExc

public Util.MyDemoExc(java.lang.String i_action,
                      java.lang.String i_person)
Constructor.