org.caleigo.core.exception
Class InvalidDescriptorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.caleigo.core.exception.InvalidDescriptorException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDescriptorException
extends java.lang.RuntimeException

The InvalidDescriptorException can be thrown whenewer an invalid reference to source, entity of field descriptor is used.

Version:
1.00
Author:
Dennis Zikovic
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
InvalidDescriptorException(java.lang.String message)
          Default constructor for InvalidFieldException.
InvalidDescriptorException(java.lang.String message, java.lang.Throwable cause)
           
 
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

InvalidDescriptorException

public InvalidDescriptorException(java.lang.String message)
Default constructor for InvalidFieldException.


InvalidDescriptorException

public InvalidDescriptorException(java.lang.String message,
                                  java.lang.Throwable cause)


Copyright © 2005 Caleigo. All Rights Reserved.