de.mathema.pride
Class IllegalDescriptorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.mathema.pride.IllegalDescriptorException
All Implemented Interfaces:
java.io.Serializable

public class IllegalDescriptorException
extends java.lang.RuntimeException

This exception is thrown during static initialization if a RecordDescriptor or an AttributeDescriptor have been miss-defined.

Author:
Jan Lessner
See Also:
Serialized Form

Field Summary
static java.lang.String REVISION_ID
           
 
Constructor Summary
IllegalDescriptorException(java.lang.String reason)
           
 
Method Summary
 
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
 

Field Detail

REVISION_ID

public static final java.lang.String REVISION_ID
See Also:
Constant Field Values
Constructor Detail

IllegalDescriptorException

public IllegalDescriptorException(java.lang.String reason)