org.ontobox.box.exception
Class DomainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ontobox.box.exception.DomainException
All Implemented Interfaces:
java.io.Serializable

public class DomainException
extends java.lang.RuntimeException

Ошибка, связанная с доменом свойства. Чаще всего причиной является несоответствие домена вызываемому методу.

Author:
Anton Malykh
See Also:
Serialized Form

Constructor Summary
DomainException(DomainException e, java.lang.String when)
           
DomainException(java.lang.String entityFullName, java.lang.String propertyFullName, java.lang.String domainFullName)
           
 
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
 

Constructor Detail

DomainException

public DomainException(java.lang.String entityFullName,
                       java.lang.String propertyFullName,
                       java.lang.String domainFullName)

DomainException

public DomainException(DomainException e,
                       java.lang.String when)