com.zipxap.vfs.exception
Class UCUnknownIdentifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.zipxap.vfs.exception.UCException
                  extended by com.zipxap.vfs.exception.UCUnknownIdentifierException
All Implemented Interfaces:
java.io.Serializable

public class UCUnknownIdentifierException
extends UCException

This exception is thrown when an identifier being resolved is not known in the context (and should be).

See Also:
Serialized Form

Constructor Summary
UCUnknownIdentifierException(java.lang.String identifierName)
           
UCUnknownIdentifierException(java.lang.String message, java.lang.Throwable cause)
           
UCUnknownIdentifierException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.zipxap.vfs.exception.UCException
printFullStackTrace
 
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

UCUnknownIdentifierException

public UCUnknownIdentifierException(java.lang.String identifierName)

UCUnknownIdentifierException

public UCUnknownIdentifierException(java.lang.Throwable cause)

UCUnknownIdentifierException

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