com.steptools.stdev
Class DomainNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.steptools.stdev.STDevException
              extended by com.steptools.stdev.DomainNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DomainNotFoundException
extends STDevException

Thrown when a Domain cannot be found in a schema either be name, or for a class

See Also:
Serialized Form

Constructor Summary
DomainNotFoundException(java.lang.Class c)
           
DomainNotFoundException(java.lang.String dom)
           
 
Method Summary
 java.lang.String domainName()
           
 java.lang.Class getKlass()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DomainNotFoundException

public DomainNotFoundException(java.lang.String dom)

DomainNotFoundException

public DomainNotFoundException(java.lang.Class c)
Method Detail

domainName

public java.lang.String domainName()

getKlass

public java.lang.Class getKlass()