Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

au.edu.educationau.belts.mock
Class MockException  view MockException download MockException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byau.edu.educationau.belts.mock.MockException
All Implemented Interfaces:
java.io.Serializable

public class MockException
extends java.lang.RuntimeException

This class...

Version:
$Revision: 1.3 $ - $Date: 2003/02/28 06:43:06 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
MockException()
          Constructor for MockException.
MockException(java.lang.String arg0)
          Constructor for MockException.
MockException(java.lang.String arg0, java.lang.Throwable arg1)
          Constructor for MockException.
MockException(java.lang.Throwable arg0)
          Constructor for MockException.
 
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

MockException

public MockException()
Constructor for MockException.


MockException

public MockException(java.lang.String arg0)
Constructor for MockException.


MockException

public MockException(java.lang.String arg0,
                     java.lang.Throwable arg1)
Constructor for MockException.


MockException

public MockException(java.lang.Throwable arg0)
Constructor for MockException.