nog
Class PartException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--nog.PartException
All Implemented Interfaces:
java.io.Serializable

public class PartException
extends java.lang.Exception

PartException is thrown when some of the participant-data is incorrect.

See Also:
Serialized Form

Constructor Summary
PartException()
          Defaultconstructor of Exception.
PartException(java.lang.String s)
          Constructor of Exception with String as input.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartException

public PartException()
Defaultconstructor of Exception.

PartException

public PartException(java.lang.String s)
Constructor of Exception with String as input.
Parameters:
s - the String in the exception when it is thrown.