MetaDone
metadone.exception.InternalException Class Reference

List of all members.

Public Member Functions

 InternalException (String s)
 InternalException (Exception e)
 InternalException (String s, Exception e)
 InternalException ()

Static Public Attributes

static final String SHOULD_NEVER_BE_CALLED = "Should never be called"
static final String FORGOTTEN_ENUM_VALUE = "Forgotten enum value"
static final String SHOULD_NEVER_BE_EXECUTED = "This statement should have never been executed."

Static Private Attributes

static final long serialVersionUID = 1L

Detailed Description

Author:
Vincent

Date=7 nov. 2008 - 21:25:53 Filename = InternalException.java

This exception is thrown when the behaviour is unexpected due to a programming error.


Constructor & Destructor Documentation

metadone.exception.InternalException.InternalException ( String  s)
metadone.exception.InternalException.InternalException ( Exception  e)
metadone.exception.InternalException.InternalException ( String  s,
Exception  e 
)
metadone.exception.InternalException.InternalException ( )

Member Data Documentation

final long metadone.exception.InternalException.serialVersionUID = 1L [static, private]
final String metadone.exception.InternalException.SHOULD_NEVER_BE_EXECUTED = "This statement should have never been executed." [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations