com.penguinwerks.jodene
Class ExampleSetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.penguinwerks.jodene.ExampleSetException
All Implemented Interfaces:
java.io.Serializable

public class ExampleSetException
extends java.lang.Exception

Thrown if there is an error with the example set.

Author:
Paul Hoehne
See Also:
Serialized Form

Constructor Summary
ExampleSetException()
          Creates a new instance of ExampleSetException
ExampleSetException(java.lang.String msg)
          Constructor that sets the message.
ExampleSetException(java.lang.String msg, java.lang.Throwable exp)
          Constructor with name and exception chain.
ExampleSetException(java.lang.Throwable exp)
          Constructor with exception change.
 
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

ExampleSetException

public ExampleSetException()
Creates a new instance of ExampleSetException


ExampleSetException

public ExampleSetException(java.lang.String msg)
Constructor that sets the message.


ExampleSetException

public ExampleSetException(java.lang.String msg,
                           java.lang.Throwable exp)
Constructor with name and exception chain.


ExampleSetException

public ExampleSetException(java.lang.Throwable exp)
Constructor with exception change.