org.caleigo.core.exception
Class InvalidQualifierException

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

public class InvalidQualifierException
extends java.lang.RuntimeException

Thrown when a qualifier was invalid. The normal case for this is when the Qualifier could not be used to address a specific entity type. This exception may also occur when an identity qualifier is required but not provided. Identity qualifiers must be able to address a one and only one entiity of a given type.

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

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
InvalidQualifierException(java.lang.String message)
          Creates new InvalidQualifierException
 
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

InvalidQualifierException

public InvalidQualifierException(java.lang.String message)
Creates new InvalidQualifierException



Copyright © 2005 Caleigo. All Rights Reserved.