com.zipxap.vfs.exception
Class UCException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UCParseException, UCUnknownIdentifierException

public class UCException
extends java.lang.RuntimeException

This is the base class for unchecked exceptions.

MilestoneWhoDate, Time
Initial VersionK PenroseJune 23, 2007, 4:16 PM

** Note that this table is not intended as an exhaustive list of subtle changes. It is intended to list changes that break the compatibility of older code, or major enhancements/rewrites

See Also:
Serialized Form

Constructor Summary
UCException(java.lang.String message)
           
UCException(java.lang.String message, java.lang.Throwable cause)
           
UCException(java.lang.Throwable cause)
           
 
Method Summary
 void 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

UCException

public UCException(java.lang.String message)

UCException

public UCException(java.lang.Throwable cause)

UCException

public UCException(java.lang.String message,
                   java.lang.Throwable cause)
Method Detail

printFullStackTrace

public void printFullStackTrace()