org.edg.data.reptor
Class ImpossibleError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.edg.data.util.DataError
                  extended byorg.edg.data.reptor.ImpossibleError
All Implemented Interfaces:
java.io.Serializable

public class ImpossibleError
extends org.edg.data.util.DataError

This represents something that really shouldn't have happened.

Version:
$ Id:$
Author:
James Casey
See Also:
Serialized Form

Constructor Summary
ImpossibleError(java.lang.String message)
           
ImpossibleError(java.lang.String message, java.lang.Throwable e)
           
 
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

ImpossibleError

public ImpossibleError(java.lang.String message)

ImpossibleError

public ImpossibleError(java.lang.String message,
                       java.lang.Throwable e)